mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 14:39:58 +01:00
Fixes #2098
This commit is contained in:
@@ -309,6 +309,8 @@ var/list/slot_equipment_priority = list( \
|
||||
return
|
||||
if(src.status_flags & FAKEDEATH)
|
||||
return
|
||||
if(!(A in view(src.loc)))
|
||||
return
|
||||
if(istype(A, /obj/effect/decal/point))
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user