mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 07:33:34 +01:00
use qdels instead of initialize hint
This commit is contained in:
@@ -59,7 +59,8 @@
|
||||
for(var/obj/effect/decal/cleanable/C in loc)
|
||||
if(C != src && C.type == type && !QDELETED(C))
|
||||
if(replace_decal(C))
|
||||
return INITIALIZE_HINT_QDEL
|
||||
qdel(src)
|
||||
return
|
||||
if(random_icon_states && length(src.random_icon_states) > 0)
|
||||
src.icon_state = pick(src.random_icon_states)
|
||||
if(smooth)
|
||||
|
||||
Reference in New Issue
Block a user