forked from TauCetiStation/TauCetiClassic
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merged in lancer411/tauceti/gravescrap (pull request TauCetiStation#512)
Мусорный апдейт.
- Loading branch information
Showing
8 changed files
with
51 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
/obj/item/weapon/storage/bag/trash/miners | ||
name = "industrial trash bag" | ||
desc = "Instead of usual trash bag, this one comes with self-compressing mechanism, which allows it to hold a huge amount of trash inside. It has a smart vacuum pull system which takes in only trash. Very expensive for a trash bag!" | ||
icon = 'icons/obj/janitor.dmi' | ||
icon_state = "trashbag" | ||
item_state = "trashbag" | ||
color = "red" | ||
|
||
w_class = 4 | ||
max_w_class = 4 | ||
storage_slots = 15 | ||
max_combined_w_class = 60 | ||
can_hold = list("/obj/item/weapon/scrap_lump") | ||
cant_hold = list() | ||
|
||
/obj/item/weapon/paper/crumpled/bloody/dickbutt | ||
info = "<p><img src=paper_dickbutt.png></p>" | ||
layer = 2.9 | ||
|
||
/obj/item/weapon/paper/crumpled/bloody/dickbutt/examine() | ||
usr << browse_rsc(file("icons/dickbutt.png"), "paper_dickbutt.png") | ||
..() |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters