update some fluff petrification stuff

grammar mostly
This commit is contained in:
unid15
2017-06-28 19:44:53 +02:00
committed by GitHub
parent f1e82bcfce
commit b9c82bd3bc

View File

@@ -4,7 +4,7 @@
max_stages = 4 max_stages = 4
spread = "Non contagious" spread = "Non contagious"
spread_type = NON_CONTAGIOUS spread_type = NON_CONTAGIOUS
cure = "Unknown" cure = "Acid-based substances"
cure_id = list(SACID, PACID, ACIDSPIT, ACIDTEA) //ssh don't spoil cure_id = list(SACID, PACID, ACIDSPIT, ACIDTEA) //ssh don't spoil
cure_chance = 100 cure_chance = 100
curable = TRUE curable = TRUE
@@ -31,9 +31,9 @@
switch(stage) switch(stage)
if(2) if(2)
//Second message is shown to hallucinating mobs //Second message is shown to hallucinating mobs
H.simple_message("<span class='userdanger'>You are slowing down. Moving is extremely painful to you.</span>",\ H.simple_message("<span class='userdanger'>You are slowing down. Moving is extremely painful for you.</span>",\
"<span class='notice'>You feel like Michelangelo di Lodovico Buonarroti Simoni trapped in \a foreign body.</span>") "<span class='notice'>You feel like Michelangelo di Lodovico Buonarroti Simoni trapped in a foreign body.</span>")
H.pain_shock_stage = 300 H.pain_shock_stage += 300
if(3) if(3)
affected_mob.simple_message("<span class='userdanger'>Your skin starts losing color and cracking. Your body becomes numb.</span>",\ affected_mob.simple_message("<span class='userdanger'>Your skin starts losing color and cracking. Your body becomes numb.</span>",\
"<span class='notice'>You decide to channel your inner Italian sculptor to create a beautiful statue.</span>") "<span class='notice'>You decide to channel your inner Italian sculptor to create a beautiful statue.</span>")