mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Fix scrubbers
This commit is contained in:
@@ -27,6 +27,9 @@ var/list/ventcrawl_machinery = list(
|
||||
if(!(/mob/living/proc/ventcrawl in verbs))
|
||||
to_chat(src, "<span class='warning'>You don't possess the ability to ventcrawl!</span>")
|
||||
return FALSE
|
||||
if(pulling)
|
||||
to_chat(src, "<span class='warning'>You cannot bring \the [pulling] into the vent with you!</span>")
|
||||
return FALSE
|
||||
if(incapacitated())
|
||||
to_chat(src, "<span class='warning'>You cannot ventcrawl in your current state!</span>")
|
||||
return FALSE
|
||||
|
||||
Reference in New Issue
Block a user