mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 20:47:10 +01:00
Refactors Zone Selection (#12523)
This commit is contained in:
committed by
variableundefined
parent
a39127a1ca
commit
5194094d3a
@@ -542,7 +542,7 @@
|
||||
if(busy)
|
||||
to_chat(user, "<span class='notice'>Someone's already washing here.</span>")
|
||||
return
|
||||
var/selected_area = parse_zone(user.zone_sel.selecting)
|
||||
var/selected_area = parse_zone(user.zone_selected)
|
||||
var/washing_face = 0
|
||||
if(selected_area in list("head", "mouth", "eyes"))
|
||||
washing_face = 1
|
||||
|
||||
Reference in New Issue
Block a user