mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
Merge pull request #53855 from imsxz/twaticus
About The Pull Request i made a PR just like this like a year or 2 ago and it got closed under dubious circumstances, especially since it had more upvotes than downvotes. this is a feature that the community wants. it is a 5 line change PR, not much to note on it, very simple. Why It's Good For The Game /tg/ is lacking in roleplay tailored mechanics and instead relies on the good graces of the players to interact politely with each other. Changelog 🆑 imsxz add: you can now pat carbon mobs on the head. /🆑
This commit is contained in:
@@ -431,6 +431,11 @@
|
||||
null, "<span class='hear'>You hear the rustling of clothes.</span>", DEFAULT_MESSAGE_RANGE, list(M, src))
|
||||
to_chat(M, "<span class='notice'>You shake [src] trying to pick [p_them()] up!</span>")
|
||||
to_chat(src, "<span class='notice'>[M] shakes you to get you up!</span>")
|
||||
|
||||
else if(check_zone(M.zone_selected) == BODY_ZONE_HEAD) //Headpats!
|
||||
M.visible_message("<span class='notice'>[M] gives [src] a pat on the head to make [p_them()] feel better!</span>", \
|
||||
"<span class='notice'>You give [src] a pat on the head to make [p_them()] feel better!</span>")
|
||||
|
||||
else
|
||||
M.visible_message("<span class='notice'>[M] hugs [src] to make [p_them()] feel better!</span>", \
|
||||
null, "<span class='hear'>You hear the rustling of clothes.</span>", DEFAULT_MESSAGE_RANGE, list(M, src))
|
||||
|
||||
Reference in New Issue
Block a user