Removes suicide_act()

This commit is contained in:
Atermonera
2021-09-19 11:31:36 -08:00
parent dd5c6419cb
commit 9c4eceae2b
21 changed files with 2 additions and 294 deletions
-8
View File
@@ -520,14 +520,6 @@ var/list/possible_cable_coil_colours = list(
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/New(loc, length = MAXCOIL, var/param_color = null)
..()
src.amount = length
+1 -6
View File
@@ -264,9 +264,4 @@
if (1000 to 50000-1)
return min(rand(10,20),rand(10,20))
else
return 0
/obj/item/weapon/cell/suicide_act(mob/user)
var/datum/gender/TU = gender_datums[user.get_visible_gender()]
to_chat(viewers(user),"<span class='danger'>\The [user] is licking the electrodes of \the [src]! It looks like [TU.he] [TU.is] trying to commit suicide.</span>")
return (FIRELOSS)
return 0