Merge pull request #1617 from VOREStation/aro-moretrash

More trash pile sprites
This commit is contained in:
Arokha Sieyes
2017-06-04 12:31:55 -04:00
committed by GitHub
2 changed files with 12 additions and 1 deletions
+12 -1
View File
@@ -29,7 +29,18 @@
/obj/structure/trash_pile/initialize()
..()
icon_state = pick("pile1","pile2","pilechair","piletable","pilevending")
icon_state = pick(
"pile1",
"pile2",
"pilechair",
"piletable",
"pilevending",
"brtrashpile",
"microwavepile",
"rackpile",
"boxfort",
"trashbag",
"brokecomp")
/obj/structure/trash_pile/attackby(obj/item/W as obj, mob/user as mob)
var/w_type = W.type
Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 9.1 KiB