mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
[Cult 3.0] Lots of construct-related stuff (#20192)
* new construct sprites * rebase * juggerwall * juggerdash * cultvox&plasmasuits * wraithphase * artificer HUD * artificer uses forge * jhgjhlhluijkj * artificer ray * hex et caetera * safety * fixes * aaa * generic * ok travis you win
This commit is contained in:
@@ -285,7 +285,8 @@
|
||||
stoplag(1)
|
||||
|
||||
/datum/radial_menu/Destroy()
|
||||
current_user.radial_menus -= anchor
|
||||
if(current_user)
|
||||
current_user.radial_menus -= anchor
|
||||
Reset()
|
||||
hide()
|
||||
if(istype(custom_check))
|
||||
|
||||
@@ -105,6 +105,9 @@ var/list/ventcrawl_machinery = list(/obj/machinery/atmospherics/unary/vent_pump,
|
||||
/mob/living/simple_animal/hostile/necromorph/leaper/can_ventcrawl()
|
||||
return TRUE
|
||||
|
||||
/mob/living/simple_animal/shade/can_ventcrawl()
|
||||
return TRUE
|
||||
|
||||
/mob/living/carbon/alien/can_ventcrawl()
|
||||
if(handcuffed)
|
||||
to_chat(src, "<span class='warning'>You can't vent crawl while you're restrained!</span>")
|
||||
|
||||
Reference in New Issue
Block a user