Refactors Zone Selection (#12523)

This commit is contained in:
Fox McCloud
2019-10-08 21:11:09 -04:00
committed by variableundefined
parent a39127a1ca
commit 5194094d3a
57 changed files with 116 additions and 126 deletions
@@ -76,7 +76,7 @@
return
if(!istype(M))
return
if(R.total_volume && M.can_inject(user, TRUE, user.zone_sel.selecting, penetrate_thick = bypass_protection))
if(R.total_volume && M.can_inject(user, TRUE, user.zone_selected, penetrate_thick = bypass_protection))
to_chat(user, "<span class='notice'>You inject [M] with the injector.</span>")
to_chat(M, "<span class='notice'>You feel a tiny prick!</span>")