mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-14 04:02:31 +00:00
groining
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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>")
|
||||||
|
|||||||
@@ -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]!")
|
||||||
|
|||||||
@@ -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>")
|
||||||
|
|||||||
Reference in New Issue
Block a user