mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-19 11:05:50 +01:00
Prevent ranged dogborg noms
Noooo thanks.
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
user << "<span class='warning'>Your [src.name] is already occupied.</span>"
|
||||
return
|
||||
user.visible_message("<span class='warning'>[hound.name] is ingesting [target.name] into their [src.name].</span>", "<span class='notice'>You start ingesting [target] into your [src]...</span>")
|
||||
if(!patient && ishuman(target) && !target.buckled && do_after (user, 50))
|
||||
if(!patient && ishuman(target) && !target.buckled && do_after (user, 50, target))
|
||||
|
||||
if(!proximity) return //If they moved away, you can't eat them.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user