mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 21:12:24 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user