This commit is contained in:
Fox McCloud
2019-03-27 23:09:21 -04:00
parent 814e492a55
commit a8dc5770db
3 changed files with 4 additions and 3 deletions
@@ -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
+3
View File
@@ -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