Merge pull request #4738 from Citadel-Station-13/upstream-merge-34111
[MIRROR] Fixes buckled message spam for ghosts inside talking scythes
This commit is contained in:
@@ -229,6 +229,9 @@
|
||||
hitsound = 'sound/weapons/rapierhit.ogg'
|
||||
var/possessed = FALSE
|
||||
|
||||
/obj/item/nullrod/scythe/talking/relaymove(mob/user)
|
||||
return //stops buckled message spam for the ghost.
|
||||
|
||||
/obj/item/nullrod/scythe/talking/attack_self(mob/living/user)
|
||||
if(possessed)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user