[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:
CitadelStationBot
2017-06-30 21:17:26 -07:00
committed by kevinz000
parent 259d773cec
commit 5181326d54
6 changed files with 9 additions and 1 deletions
@@ -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>")