mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-12 16:44:43 +01:00
Merge pull request #11067 from bgobandit/themobcannotventcrawl
Mobs can no longer ventcrawl while buckled or handcuffed
This commit is contained in:
@@ -12,6 +12,9 @@ var/list/ventcrawl_machinery = list(/obj/machinery/atmospherics/components/unary
|
||||
if(lying)
|
||||
src << "You can't vent crawl while you're stunned!"
|
||||
return
|
||||
if(restrained())
|
||||
src << "You can't vent crawl while you're restrained!"
|
||||
return
|
||||
|
||||
var/obj/machinery/atmospherics/components/unary/vent_found
|
||||
|
||||
|
||||
Reference in New Issue
Block a user