Added attack_self to the petrock so you can appreciate it (#26534)

* Added attack_self to the petrock so you can appreciate it

* Update code/game/objects/items/toys.dm

Co-authored-by: Nathan Winters <100448493+CinnamonSnowball@users.noreply.github.com>
Signed-off-by: Blossom <127415623+StudentBlossom@users.noreply.github.com>

---------

Signed-off-by: Blossom <127415623+StudentBlossom@users.noreply.github.com>
Co-authored-by: Nathan Winters <100448493+CinnamonSnowball@users.noreply.github.com>
This commit is contained in:
Blossom
2024-08-27 20:37:10 +00:00
committed by GitHub
co-authored by Nathan Winters
parent 12cf1ed3ad
commit f6d01da043
+4
View File
@@ -1051,6 +1051,10 @@
attack_verb = list("attacked", "bashed", "smashed", "stoned")
hitsound = "swing_hit"
/obj/item/toy/pet_rock/attack_self(mob/user)
var/cuddle_verb = pick("admires", "respects", "cherises", "appreciates")
user.visible_message("<span class='notice'>[user] [cuddle_verb] [src].</span>")
/obj/item/toy/pet_rock/fred
name = "fred"
desc = "Fred, the bestest boy pet in the whole wide universe!"