mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 11:07:12 +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
|
||||
|
||||
Reference in New Issue
Block a user