Merge pull request #5429 from Citadel-Station-13/upstream-merge-35519

[MIRROR] Highlander antag datum
This commit is contained in:
deathride58
2018-02-11 23:31:06 +00:00
committed by GitHub
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)
..()