mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 02:24:11 +01:00
fix a bad typecast with collar element (#29261)
This commit is contained in:
committed by
GitHub
parent
e621afbd1e
commit
b07b2582fc
@@ -55,7 +55,7 @@
|
||||
SIGNAL_HANDLER // COMSIG_ATOM_EXITED
|
||||
|
||||
var/obj/item/petcollar/collar = moved
|
||||
if(!istype(moved))
|
||||
if(!istype(collar))
|
||||
return
|
||||
|
||||
if(collar.tagname)
|
||||
|
||||
Reference in New Issue
Block a user