mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
whoops
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
var/deity_name = "Christ"
|
||||
|
||||
/obj/item/storage/bible/suicide_act(mob/user)
|
||||
to_chat(viewers(user), "<span class='warning'><b>[user] stares into [src.name] and attempts to trascend understanding of the universe!</b></span>")
|
||||
to_chat(viewers(user), "<span class='warning'><b>[user] stares into [src.name] and attempts to transcend understanding of the universe!</b></span>")
|
||||
user.dust()
|
||||
return OBLITERATION
|
||||
|
||||
|
||||
@@ -83,6 +83,9 @@
|
||||
//FIRELOSS = 2
|
||||
//TOXLOSS = 4
|
||||
//OXYLOSS = 8
|
||||
//SHAME = 16
|
||||
//OBLITERATION = 32
|
||||
|
||||
//Output a creative message and then return the damagetype done
|
||||
/obj/proc/suicide_act(mob/user)
|
||||
return FALSE
|
||||
|
||||
@@ -55,8 +55,6 @@
|
||||
be_suicidal()
|
||||
|
||||
/mob/living/carbon/human/proc/be_suicidal(forced = FALSE)
|
||||
set hidden = 1
|
||||
|
||||
if(stat == DEAD)
|
||||
to_chat(src, "You're already dead!")
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user