mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 00:29:02 +01:00
Merge pull request #3932 from Ikarrus/removecuff
Resisting out of handcuffs should now update your icon properly
This commit is contained in:
@@ -431,11 +431,11 @@
|
||||
qdel(I)
|
||||
|
||||
if(C.handcuffed)
|
||||
C.update_inv_handcuffed(0)
|
||||
C.handcuffed = null
|
||||
C.update_inv_handcuffed(0)
|
||||
else
|
||||
C.update_inv_legcuffed(0)
|
||||
C.legcuffed = null
|
||||
C.update_inv_legcuffed(0)
|
||||
|
||||
|
||||
/mob/living/proc/cuff_resist(obj/item/I, mob/living/carbon/C)
|
||||
|
||||
Reference in New Issue
Block a user