fix sensitive springlock

This commit is contained in:
Jerry Wester
2023-01-07 07:47:42 -07:00
committed by KrissKr0ss
parent 79e0849990
commit 0eb90e3a5a

View File

@@ -29,7 +29,7 @@
if(!reagents.len)
return
if(!(methods & (VAPOR|PATCH|TOUCH)))
if(!(methods == VAPOR || methods == PATCH || methods == TOUCH))
return //remove non-touch reagent exposure
to_chat(mod.wearer, span_danger("[src] makes an ominous click sound..."))
playsound(src, 'sound/items/modsuit/springlock.ogg', 75, TRUE)