Merge pull request #6338 from TheFurryFeline/patch-14

Mimic Grammar.
This commit is contained in:
Novacat
2019-12-19 15:19:09 -05:00
committed by GitHub
@@ -21,7 +21,7 @@
mimic_active = FALSE
if(prob(mimic_chance))
var/mob/living/simple_mob/vore/aggressive/mimic/new_mimic = new(loc, src)
visible_message("<font color='red'><b>The [new_mimic] suddenly growls as it turns out to be a mimic!</b></font>")
visible_message("<font color='red'><b>[new_mimic] suddenly growls as it turns out to be a mimic!</b></font>")
forceMove(new_mimic)
new_mimic.real_crate = src
new_mimic.name = name
@@ -42,7 +42,7 @@
/obj/structure/closet/crate/mimic/damage(var/damage)
if(contents.len)
visible_message("<font color='red'><b>The [src] makes out a crunchy noise as its contents are destroyed!</b></font>")
visible_message("<font color='red'><b>[src] makes out a crunchy noise as its contents are destroyed!</b></font>")
for(var/obj/O in src.contents)
qdel(O)
..()
@@ -128,4 +128,4 @@
else
new/obj/structure/closet/crate(loc)
real_crate = null
qdel(src)
qdel(src)