tyops fiexs

This commit is contained in:
Chinsky
2015-05-20 09:49:10 +03:00
parent de1de98f7a
commit a7d6cf3545
2 changed files with 2 additions and 2 deletions
@@ -631,7 +631,7 @@
/obj/item/weapon/storage/box/freezer
name = "portable freezer"
desc = "This nifty schok-resistant device will keep your 'groceries' nice and non-spoiled."
desc = "This nifty shock-resistant device will keep your 'groceries' nice and non-spoiled."
icon = 'icons/obj/storage.dmi'
icon_state = "portafreezer"
item_state = "medicalpack"
+1 -1
View File
@@ -101,7 +101,7 @@ var/list/organ_cache = list()
/obj/item/organ/examine(mob/user)
..(user)
if(status & ORGAN_DEAD)
user << "<spanc class='notice'>The decay has set in.</span>"
user << "<span class='notice'>The decay has set in.</span>"
/obj/item/organ/proc/handle_germ_effects()
//** Handle the effects of infections