mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-25 04:56:29 +01:00
Re-add 'glorious death' text to cables. (#114)
* Re-add 'glorious death' text to cables. * Fix indentation
This commit is contained in:
@@ -497,13 +497,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)
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user