mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-22 03:26:21 +01:00
Commented out suicide... (#91)
This commit is contained in:
committed by
ReddeyfishVor
parent
dcf65b95c6
commit
36dcee96b8
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user