addresses code suggestions from Deltafire

This commit is contained in:
Dan-Neposh
2021-03-07 20:47:07 -05:00
parent 60b4aa58cd
commit e29606e5f3
11 changed files with 23 additions and 22 deletions
@@ -625,7 +625,7 @@
say_mod = "clicks"
limbs_id = "clockgolem"
info_text = "<span class='bold alloy'>As a </span><span class='bold brass'>Clockwork Golem</span><span class='bold alloy'>, you are faster than other types of golems, and are capable of using guns. On death, you will break down into scrap.</span>"
species_traits = list(NOBLOOD,NO_UNDERWEAR,NOEYES,NOGENITALS,NOAROUSAL)
species_traits = list(NOBLOOD,NO_UNDERWEAR,NOEYES,NOGENITALS,NOAROUSAL,ROBOTIC_LIMBS)
inherent_biotypes = MOB_ROBOTIC|MOB_HUMANOID
inherent_traits = list(TRAIT_RESISTHEAT,TRAIT_NOBREATH,TRAIT_RESISTCOLD,TRAIT_RESISTHIGHPRESSURE,TRAIT_RESISTLOWPRESSURE,TRAIT_NOFIRE,TRAIT_RADIMMUNE,TRAIT_PIERCEIMMUNE,TRAIT_NODISMEMBER)
inherent_biotypes = MOB_ROBOTIC|MOB_HUMANOID
+5 -3
View File
@@ -514,7 +514,7 @@
/mob/living/ratvar_act()
if(status_flags & GODMODE)
return
if(is_servant_of_ratvar(src))
if(stat != DEAD && !is_servant_of_ratvar(src))
return
if (is_eligible_servant(src))
add_servant_of_ratvar(src)
@@ -525,8 +525,10 @@
adjustFireLoss(35)
IgniteMob()
if(iscultist(src))
to_chat(src, "<span class='ratvar'>\"[text2ratvar("DIE, BLOODSLAVE!")]\"</span>")
dust()
to_chat(src, "<span class='userdanger'>You resist Ratvar's influence... but not all of it! <i>Run!</i></span>")
adjustFireLoss(35)
if(src && reagents)
reagents.add_reagent(/datum/reagent/fuel/holyoil, 5)
return FALSE