you ever just forget that if statements exist

This commit is contained in:
Hatterhat
2020-02-16 02:28:12 -06:00
parent 0f5ea361e7
commit b60b0a95aa
+2 -3
View File
@@ -188,9 +188,8 @@ GLOBAL_LIST_INIT(bibleitemstates, list("bible", "koran", "scrapbook", "bible",
SS.release_shades(user)
qdel(SS)
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/purified(get_turf(A))
else
new /obj/item/claymore/purified(get_turf(A))
user.visible_message("<span class='notice'>[user] has purified [A]!</span>")
qdel(A)