mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-21 21:26:54 +01:00
repaths /decal/cleanable to /debris/cleanable to prep for persistence serialization (#4359)
* wild * regex maps * regex code * that Co-authored-by: VM_USER <VM_USER>
This commit is contained in:
co-authored by
VM_USER <VM_USER>
parent
fc7cc96bc8
commit
867868f32b
@@ -307,7 +307,7 @@
|
||||
holographic_mobs -= C
|
||||
C.derez()
|
||||
|
||||
for(var/obj/effect/decal/cleanable/blood/B in linkedholodeck)
|
||||
for(var/obj/effect/debris/cleanable/blood/B in linkedholodeck)
|
||||
qdel(B)
|
||||
|
||||
holographic_objs = A.copy_contents_to(linkedholodeck , 1)
|
||||
|
||||
Reference in New Issue
Block a user