This commit is contained in:
Shadow-Quill
2020-08-26 02:47:49 -05:00
committed by VirgoBot
parent 444677252c
commit da96910c5c
2 changed files with 2 additions and 0 deletions

View File

@@ -198,6 +198,7 @@ var/list/holder_mob_icon_cache = list()
to_chat(grabber, "<span class='notice'>You scoop up \the [src]!</span>")
to_chat(src, "<span class='notice'>\The [grabber] scoops you up!</span>")
add_attack_logs(grabber, H.held_mob, "Scooped up", FALSE) // Not important enough to notify admins, but still helpful.
H.sync(src)
return H

View File

@@ -261,6 +261,7 @@
state = GRAB_AGGRESSIVE
icon_state = "grabbed1"
hud.icon_state = "reinforce1"
add_attack_logs(assailant, affecting, "Aggressively grabbed", FALSE) // Not important enough to notify admins, but still helpful.
else if(state < GRAB_NECK)
if(isslime(affecting))
to_chat(assailant, "<span class='notice'>You squeeze [affecting], but nothing interesting happens.</span>")