Merge pull request #9066 from Ghommie/Ghommie-cit181

Two lines fixes for invisible zipties and borked legcuffs.
This commit is contained in:
kevinz000
2019-08-09 22:17:31 -07:00
committed by GitHub
2 changed files with 16 additions and 17 deletions
@@ -187,7 +187,7 @@
clear_alert("legcuffed")
if(legcuffed)
var/mutable_appearance/legcuffs = mutable_appearance('icons/mob/restraints.dmi', legcuffed.item_state, -LEGCUFF_LAYER)
legcuffs.color = handcuffed.color
legcuffs.color = legcuffed.color
overlays_standing[HANDCUFF_LAYER] = legcuffs
apply_overlay(LEGCUFF_LAYER)