Highlander antag datum (#35519)

* Highlander antag datum

* Forgot debug line

* Also this
This commit is contained in:
AnturK
2018-02-11 16:32:06 -05:00
committed by Jordan Brown
parent ac6c15a460
commit c3c9f4c668
4 changed files with 89 additions and 54 deletions
+2 -1
View File
@@ -109,7 +109,8 @@
/obj/item/claymore/highlander/dropped(mob/living/user)
user.remove_trait(TRAIT_IGNORESLOWDOWN, HIGHLANDER)
qdel(src) //If this ever happens, it's because you lost an arm
if(!QDELETED(src))
qdel(src) //If this ever happens, it's because you lost an arm
/obj/item/claymore/highlander/examine(mob/user)
..()