bada bing bada boom

This commit is contained in:
Hatterhat
2020-02-15 14:07:35 -06:00
parent c9af8dc713
commit 0f5ea361e7
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -190,7 +190,7 @@ GLOBAL_LIST_INIT(bibleitemstates, list("bible", "koran", "scrapbook", "bible",
new /obj/item/nullrod/claymore(get_turf(A))
user.visible_message("<span class='notice'>[user] has purified [A]!</span>")
qdel(A)
new /obj/item/claymore(get_turf(A))
new /obj/item/claymore/purified(get_turf(A))
user.visible_message("<span class='notice'>[user] has purified [A]!</span>")
qdel(A)