Highlander antag datum (#35519)

* Highlander antag datum

* Forgot debug line

* Also this
This commit is contained in:
AnturK
2018-02-11 22:32:06 +01:00
committed by CitadelStationBot
parent 4b88853918
commit 4615696173
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)
..()