mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
@@ -61,8 +61,8 @@
|
||||
update()
|
||||
return
|
||||
|
||||
if(istype(I, /obj/item/ashtray))
|
||||
user << "\blue You empty the ashtray."
|
||||
if(istype(I, /obj/item/ashtray) && (I.health > 0))
|
||||
user << "\blue You empty the ashtray into [src]."
|
||||
for(var/obj/item/O in I.contents)
|
||||
O.loc = src
|
||||
I.contents -= O
|
||||
|
||||
Reference in New Issue
Block a user