This commit is contained in:
Hatterhat
2020-02-15 14:05:27 -06:00
parent 5a9208bc42
commit c9af8dc713
+4 -1
View File
@@ -187,7 +187,10 @@ GLOBAL_LIST_INIT(bibleitemstates, list("bible", "koran", "scrapbook", "bible",
EX.name = "Purified [EX.name]"
SS.release_shades(user)
qdel(SS)
new /obj/item/nullrod/claymore(get_turf(A))
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))
user.visible_message("<span class='notice'>[user] has purified [A]!</span>")
qdel(A)