Fixes buckled message spam for ghosts inside talking scythes (#34111)
* Fixes buckled message spam for ghosts * params
This commit is contained in:
committed by
CitadelStationBot
parent
dfe39e7a1d
commit
594de23c1f
@@ -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