mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
Highlander antag datum (#35519)
* Highlander antag datum * Forgot debug line * Also this
This commit is contained in:
@@ -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)
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user