Definitely the last tag that needed fixing

This commit is contained in:
Kearel
2015-11-13 00:07:14 -06:00
parent 3e6ebd5d1a
commit 474aea6add
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -400,11 +400,11 @@
var/mob/living/M = user
M.adjust_fire_stacks(5)
M.IgniteMob() //flew into a star, so you're on fire
user << "<span class='danger'><font size=3>You feel an immense wave of heat emanate from \the [src]. Your skin bursts into flames.</span>"
user << "<span class='danger'><font size=3>You feel an immense wave of heat emanate from \the [src]. Your skin bursts into flames.</span></font>"
dat += "<br><P ALIGN=Right><a href='byond://?src=\ref[src];menu=1'>OK...</a></P>"
if(emagged)
user << "<span class='danger'><font size=3>You're never going to make it to Orion...</span></font>"
user << "<span class='danger'><font size=3>You're never going to make it to Orion...</font></span>"
user.death()
emagged = 0 //removes the emagged status after you lose
gameStatus = ORION_STATUS_START
+1 -1
View File
@@ -1,5 +1,5 @@
/obj/machinery/acting/wardrobe
name = "Wardrobe Dispenser"
name = "wardrobe dispenser"
desc = "A machine that dispenses holo-clothing for those in need."
icon = 'icons/obj/vending.dmi'
icon_state = "cart"