Ventcrawler update (#18709)

* mob atmos properly handled

* Ventcrawling signals

* ventcrawler blowout

* clarity

* fix

* fix again

* again

* consistency

* Teshari rattler

* scrubbers can be welded shut
This commit is contained in:
Will
2025-11-07 14:29:14 +01:00
committed by GitHub
parent a913850412
commit 395f618b0f
14 changed files with 155 additions and 93 deletions
+2
View File
@@ -55,6 +55,8 @@
host.ckey = user.ckey
host.add_ventcrawl(vent_found)
to_chat(host, span_info("You are now a mouse. Try to avoid interaction with players, and do not give hints away that you are more than a simple rodent."))
SEND_SIGNAL(host,COMSIG_MOB_VENTCRAWL_START,vent_found)
SEND_SIGNAL(vent_found,COMSIG_VENT_CRAWLER_ENTERED,host)
/datum/tgui_module/ghost_spawn_menu/proc/become_drone(mob/observer/dead/user, fabricator)
if(SSticker.current_state < GAME_STATE_PLAYING)