mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-18 03:26:31 +01:00
Fixes bug where people could teach themselves dronespeak (#64785)
Oversight from #54192 (0e6ac80e57) which in turn fixed an oversight from #53916 (9c95813da4)
This commit is contained in:
@@ -102,3 +102,10 @@
|
||||
return
|
||||
|
||||
return ..()
|
||||
|
||||
/obj/item/language_manual/dronespeak_manual/attack_self(mob/living/user)
|
||||
if(!(isdrone(user) || issilicon(user)))
|
||||
to_chat(user, span_danger("You beat yourself over the head with [src]!"))
|
||||
return
|
||||
|
||||
return ..()
|
||||
|
||||
Reference in New Issue
Block a user