Removes suicide_act()

This commit is contained in:
Atermonera
2021-09-19 11:43:34 -08:00
parent dd5c6419cb
commit 9c4eceae2b
21 changed files with 2 additions and 294 deletions
-15
View File
@@ -172,27 +172,12 @@
switch(severity)
if(1.0)
qdel(src)
return
if(2.0)
if (prob(50))
qdel(src)
return
if(3.0)
if (prob(5))
qdel(src)
return
else
return
//user: The mob that is suiciding
//damagetype: The type of damage the item will inflict on the user
//BRUTELOSS = 1
//FIRELOSS = 2
//TOXLOSS = 4
//OXYLOSS = 8
//Output a creative message and then return the damagetype done
/obj/item/proc/suicide_act(mob/user)
return
/obj/item/verb/move_to_top()
set name = "Move To Top"