mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
@@ -695,11 +695,11 @@
|
|||||||
for(var/gas in exude_gasses)
|
for(var/gas in exude_gasses)
|
||||||
exude_gasses[gas] = max(1,round(exude_gasses[gas]*0.8))
|
exude_gasses[gas] = max(1,round(exude_gasses[gas]*0.8))
|
||||||
|
|
||||||
set_trait(TRAIT_BENEFICIAL_REAG, gene.values["[TRAIT_BENEFICIAL_REAG]"].Copy())
|
set_trait(TRAIT_BENEFICIAL_REAG, gene.values["[TRAIT_BENEFICIAL_REAG]"]?.Copy() || list())
|
||||||
|
|
||||||
set_trait(TRAIT_MUTAGENIC_REAG, gene.values["[TRAIT_MUTAGENIC_REAG]"].Copy())
|
set_trait(TRAIT_MUTAGENIC_REAG, gene.values["[TRAIT_MUTAGENIC_REAG]"]?.Copy() || list())
|
||||||
|
|
||||||
set_trait(TRAIT_TOXIC_REAG, gene.values["[TRAIT_TOXIC_REAG]"].Copy())
|
set_trait(TRAIT_TOXIC_REAG, gene.values["[TRAIT_TOXIC_REAG]"]?.Copy() || list())
|
||||||
|
|
||||||
gene.values["[TRAIT_EXUDE_GASSES]"] = null
|
gene.values["[TRAIT_EXUDE_GASSES]"] = null
|
||||||
gene.values["[TRAIT_CHEMS]"] = null
|
gene.values["[TRAIT_CHEMS]"] = null
|
||||||
|
|||||||
@@ -231,6 +231,10 @@
|
|||||||
if((is_blind(src) || usr.stat) && !isobserver(src))
|
if((is_blind(src) || usr.stat) && !isobserver(src))
|
||||||
to_chat(src, "<span class='notice'>Something is there but you can't see it.</span>")
|
to_chat(src, "<span class='notice'>Something is there but you can't see it.</span>")
|
||||||
return 1
|
return 1
|
||||||
|
|
||||||
|
//Could be gone by the time they finally pick something
|
||||||
|
if(!A)
|
||||||
|
return 1
|
||||||
|
|
||||||
face_atom(A)
|
face_atom(A)
|
||||||
A.examine(src)
|
A.examine(src)
|
||||||
|
|||||||
Reference in New Issue
Block a user