mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-11 10:11:09 +00:00
[MIRROR] Fixes bug where people could teach themselves dronespeak [MDB IGNORE] (#11449)
* Fixes bug where people could teach themselves dronespeak (#64785) Oversight from #54192 (0e6ac80e57) which in turn fixed an oversight from #53916 (9c95813da4) * Fixes bug where people could teach themselves dronespeak Co-authored-by: RandomGamer123 <31096837+RandomGamer123@users.noreply.github.com>
This commit is contained in:
@@ -102,3 +102,10 @@
|
|||||||
return
|
return
|
||||||
|
|
||||||
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