[MIRROR] Adds some custom force strings and fixes a bug (#1700)
* Adds some custom force strings and fixes a bug * Delete clown_items.dm.rej
This commit is contained in:
committed by
kevinz000
parent
259d773cec
commit
5181326d54
@@ -25,6 +25,7 @@ GLOBAL_LIST_INIT(bibleitemstates, list("bible", "koran", "scrapbook", "bible",
|
||||
item_state = "bible"
|
||||
var/mob/affecting = null
|
||||
var/deity_name = "Christ"
|
||||
force_string = "holy"
|
||||
|
||||
/obj/item/weapon/storage/book/bible/suicide_act(mob/user)
|
||||
user.visible_message("<span class='suicide'>[user] is offering [user.p_them()]self to [deity_name]! It looks like [user.p_theyre()] trying to commit suicide!</span>")
|
||||
|
||||
Reference in New Issue
Block a user