mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Adds contortionist's envirosuit (Plasmaman contortionist's) (#28481)
* plasma in the vents (not literally) * oops i pressed a random button while typing Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com> Signed-off-by: Ahzpy <88119260+Ahzpy@users.noreply.github.com> * formatting Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com> Signed-off-by: Ahzpy <88119260+Ahzpy@users.noreply.github.com> * Update code/modules/clothing/under/jobs/plasmamen/engineering_plasmasuits.dm not sure what this is, code is copied from original contortionist's. might be worth fixing Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com> Signed-off-by: Ahzpy <88119260+Ahzpy@users.noreply.github.com> * false and true 0 to false and 1 to true Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com> Signed-off-by: Ahzpy <88119260+Ahzpy@users.noreply.github.com> --------- Signed-off-by: Ahzpy <88119260+Ahzpy@users.noreply.github.com> Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com> Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com>
This commit is contained in:
@@ -474,6 +474,14 @@ GLOBAL_LIST_INIT(ventcrawl_machinery, list(/obj/machinery/atmospherics/unary/ven
|
||||
if(!C.check_clothing(src))//return values confuse me right now
|
||||
return
|
||||
|
||||
if(ishuman(src))
|
||||
var/mob/living/carbon/human/H = src
|
||||
if(H.w_uniform && istype(H.w_uniform, /obj/item/clothing/under/plasmaman/atmospherics/contortionist))
|
||||
var/obj/item/clothing/under/plasmaman/atmospherics/contortionist/C = H.w_uniform
|
||||
if(!C.check_clothing(src))
|
||||
return
|
||||
|
||||
|
||||
var/obj/machinery/atmospherics/unary/vent_found
|
||||
|
||||
if(clicked_on)
|
||||
|
||||
Reference in New Issue
Block a user