mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
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:
co-authored by
Nathan Winters
parent
12cf1ed3ad
commit
f6d01da043
@@ -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!"
|
||||
|
||||
Reference in New Issue
Block a user