fixes compiling errors and string regressions

This commit is contained in:
deathride58
2018-01-04 10:24:57 -05:00
parent 7d6519cbce
commit 1e1f83d945
4 changed files with 65 additions and 2 deletions
@@ -21,7 +21,7 @@
..()
/obj/item/device/electropack/shockcollar/receive_signal(datum/signal/signal)
if(!signal || signal.encryption != code)
if(!signal || signal.data["code"] != code)
return
if(isliving(loc) && on)