mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
[MIRROR] Fixes monkeys trying to pickpocket grass (#5964)
* Fixes monkeys trying to pickpocket grass (#59300) * Fixes monkeys trying to pickpocket grass Co-authored-by: Emmett Gaines <ninjanomnom@gmail.com>
This commit is contained in:
co-authored by
Emmett Gaines
parent
cdf0d1b74c
commit
da2dad46e8
@@ -80,6 +80,10 @@
|
||||
|
||||
var/mob/living/victim = target.loc
|
||||
|
||||
if(!istype(victim))
|
||||
finish_action(controller, FALSE)
|
||||
return
|
||||
|
||||
var/mob/living/living_pawn = controller.pawn
|
||||
|
||||
victim.visible_message("<span class='warning'>[living_pawn] starts trying to take [target] from [victim]!</span>", "<span class='danger'>[living_pawn] tries to take [target]!</span>")
|
||||
|
||||
Reference in New Issue
Block a user