This commit is contained in:
Verkister
2021-07-15 10:00:56 +03:00
parent 4d27dde687
commit 9c99a10c94
4 changed files with 4 additions and 4 deletions

View File

@@ -431,7 +431,7 @@
H.visible_message( \ H.visible_message( \
"<span class='notice'>[H] boops [target]'s nose.</span>", \ "<span class='notice'>[H] boops [target]'s nose.</span>", \
"<span class='notice'>You boop [target] on the nose.</span>", ) "<span class='notice'>You boop [target] on the nose.</span>", )
else if(H.zone_sel.selecting == "groin") //CHOMPEdit else if(H.zone_sel.selecting == BP_GROIN) //CHOMPEdit
H.vore_bellyrub(target) H.vore_bellyrub(target)
//VOREStation Edit End //VOREStation Edit End
else else

View File

@@ -16,7 +16,7 @@
switch(L.a_intent) switch(L.a_intent)
if(I_HELP) if(I_HELP)
if(health > 0) if(health > 0)
if(L.zone_sel.selecting == "groin") //CHOMPEdit if(L.zone_sel.selecting == BP_GROIN) //CHOMPEdit
if(L.vore_bellyrub(src)) if(L.vore_bellyrub(src))
return return
L.visible_message("<span class='notice'>\The [L] [response_help] \the [src].</span>") L.visible_message("<span class='notice'>\The [L] [response_help] \the [src].</span>")

View File

@@ -14,7 +14,7 @@
switch(a_intent) switch(a_intent)
if(I_HELP) if(I_HELP)
if(isliving(A)) if(isliving(A))
if(src.zone_sel.selecting == "groin") //CHOMPEdit if(src.zone_sel.selecting == BP_GROIN) //CHOMPEdit
if(src.vore_bellyrub(A)) if(src.vore_bellyrub(A))
return return
custom_emote(1,"[pick(friendly)] \the [A]!") custom_emote(1,"[pick(friendly)] \the [A]!")

View File

@@ -274,7 +274,7 @@
switch(M.a_intent) switch(M.a_intent)
if(I_HELP) if(I_HELP)
if(health > 0) if(health > 0)
if(M.zone_sel.selecting == "groin") //CHOMPEdit if(M.zone_sel.selecting == BP_GROIN) //CHOMPEdit
if(M.vore_bellyrub(src)) if(M.vore_bellyrub(src))
return return
M.visible_message("<span class='notice'>[M] [response_help] \the [src].</span>") M.visible_message("<span class='notice'>[M] [response_help] \the [src].</span>")