Fix nooses runtime and food capitalization (#1955)

-fix #1946
-changes most of the capitalization related to food and drinks names
This commit is contained in:
Alberyk
2017-03-21 06:49:44 +02:00
committed by skull132
parent fabd60a007
commit 3ed3a13548
10 changed files with 211 additions and 211 deletions
-2
View File
@@ -915,7 +915,6 @@ obj/structure/cable/proc/cableColor(var/colorC)
buckled_mob.visible_message("<span class='danger'>[buckled_mob] falls over and hits the ground!</span>",\
"<span class='danger'>You fall over and hit the ground!</span>")
buckled_mob.adjustBruteLoss(10)
buckled_mob.silent = 0
var/obj/item/stack/cable_coil/C = new(get_turf(src))
C.amount = 25
qdel(src)
@@ -977,7 +976,6 @@ obj/structure/cable/proc/cableColor(var/colorC)
"<span class='notice'>You untie the noose over your neck!</span>")
M.Weaken(3)
unbuckle_mob()
buckled_mob.silent = 0
add_fingerprint(user)
/obj/structure/noose/user_buckle_mob(mob/living/carbon/human/M, mob/user)