Commented out suicide... (#91)

This commit is contained in:
Nanospliccer
2018-03-29 22:43:45 -07:00
committed by ReddeyfishVor
parent dcf65b95c6
commit 36dcee96b8
+8 -8
View File
@@ -496,13 +496,13 @@ obj/structure/cable/proc/cableColor(var/colorC)
uses_charge = 1
charge_costs = list(1)
/obj/item/stack/cable_coil/suicide_act(mob/user)
var/datum/gender/TU = gender_datums[user.get_visible_gender()]
if(locate(/obj/item/weapon/stool) in user.loc)
user.visible_message("<span class='suicide'>[user] is making a noose with the [src.name]! It looks like [TU.he] [TU.is] trying to commit suicide.</span>")
else
user.visible_message("<span class='suicide'>[user] is strangling [TU.himself] with the [src.name]! It looks like [TU.he] [TU.is] trying to commit suicide.</span>")
return(OXYLOSS)
// /obj/item/stack/cable_coil/suicide_act(mob/user)
// var/datum/gender/TU = gender_datums[user.get_visible_gender()]
// if(locate(/obj/item/weapon/stool) in user.loc)
// user.visible_message("<span class='suicide'>[user] is making a noose with the [src.name]! It looks like [TU.he] [TU.is] trying to commit suicide.</span>")
// else
// user.visible_message("<span class='suicide'>[user] is strangling [TU.himself] with the [src.name]! It looks like [TU.he] [TU.is] trying to commit suicide.</span>")
// return(OXYLOSS)
/obj/item/stack/cable_coil/New(loc, length = MAXCOIL, var/param_color = null)
..()
@@ -938,4 +938,4 @@ obj/structure/cable/proc/cableColor(var/colorC)
if(get_dist(src, user) <= 1)
msg += " It doesn't seem to have a beginning, or an end."
to_chat(user, msg)
to_chat(user, msg)