mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 05:23:22 +01:00
fixes urns not being able to pick up ashes (#12777)
This commit is contained in:
@@ -184,8 +184,9 @@
|
||||
icon_state = "urn"
|
||||
applies_material_colour = TRUE
|
||||
w_class = ITEMSIZE_SMALL
|
||||
flags = NOBLUDGEON
|
||||
|
||||
/obj/item/material/urn/attack(var/obj/A, var/mob/user, var/proximity)
|
||||
/obj/item/material/urn/afterattack(var/obj/A, var/mob/user, var/proximity)
|
||||
if(!istype(A, /obj/effect/decal/cleanable/ash))
|
||||
return ..()
|
||||
else if(proximity)
|
||||
|
||||
Reference in New Issue
Block a user