mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-27 14:08:44 +01:00
borer can't do that (#18520)
This commit is contained in:
@@ -216,6 +216,12 @@
|
||||
/mob/living/simple_mob/animal/borer/cannot_use_vents()
|
||||
return
|
||||
|
||||
/mob/living/simple_mob/animal/borer/UnarmedAttack(var/atom/A, var/proximity)
|
||||
if(ismob(loc))
|
||||
to_chat(src, span_warning("You cannot interact with that from inside a host!"))
|
||||
return
|
||||
. = ..()
|
||||
|
||||
// This is awful but its literally say code.
|
||||
/mob/living/simple_mob/animal/borer/say(var/message, var/datum/language/speaking = null, var/whispering = 0)
|
||||
message = sanitize(message)
|
||||
|
||||
Reference in New Issue
Block a user