From 71b19d5d8f2e7bca5d410a09dd8bf54858169628 Mon Sep 17 00:00:00 2001 From: Chinsky Date: Tue, 3 Feb 2015 18:44:26 +0300 Subject: [PATCH] Stupid typo & missing constants --- code/modules/clothing/head/misc_special.dm | 2 +- code/modules/mob/living/living_defines.dm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/clothing/head/misc_special.dm b/code/modules/clothing/head/misc_special.dm index 22f9295b82..5eb7e0c65b 100644 --- a/code/modules/clothing/head/misc_special.dm +++ b/code/modules/clothing/head/misc_special.dm @@ -159,4 +159,4 @@ desc = "You can hear the distant sounds of rhythmic electronica." icon_state = "richard" body_parts_covered = HEAD|FACE - flags = FPRINT|TABLEPASS|HEADCOVERSEYES|HEADCOVERSMOUTH|BLOCKHAIR \ No newline at end of file + flags = HEADCOVERSEYES|HEADCOVERSMOUTH|BLOCKHAIR \ No newline at end of file diff --git a/code/modules/mob/living/living_defines.dm b/code/modules/mob/living/living_defines.dm index d265e8fc15..a9cbcbe0dd 100644 --- a/code/modules/mob/living/living_defines.dm +++ b/code/modules/mob/living/living_defines.dm @@ -40,4 +40,4 @@ var/silent = null // Can't talk. Value goes down every life proc. var/mob_size // Used by lockers. var/on_fire = 0 //The "Are we on fire?" var - var/fire_st + var/fire_stacks