mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-07-19 11:02:31 +01:00
More trash pile sprites
What it says yo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user