[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:
DeityLink
2018-10-15 20:30:29 +02:00
committed by MadmanMartian
parent ba2a7e6381
commit 2f82cbcbb7
49 changed files with 982 additions and 49 deletions

View File

@@ -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))

View File

@@ -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>")