Skip to content

Commit

Permalink
ubdate the gropekiss
Browse files Browse the repository at this point in the history
  • Loading branch information
Superlagg committed Sep 24, 2024
1 parent bff07be commit 68a6df9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions code/game/objects/grope_kiss.dm
Original file line number Diff line number Diff line change
Expand Up @@ -911,7 +911,7 @@ GLOBAL_LIST_EMPTY(shotglass_gropers)
var/watTsee = make_message_for_target(doer, target, actions, tense, LAZYACCESS(partname, 1))
var/watEsee = make_message_for_everyone(doer, target, actions, tense, LAZYACCESS(partname, 1))
var/watIsee = make_message_for_myself_to_me(doer, target, actions, tense, LAZYACCESS(partname, 1))
var/watYEsee = make_message_for_myself_to_others(doer, target, actions, tense, LAZYACCESS(partname, 1))
var/watYEsee = make_message_for_myself_to_others(doer, target, actions, tense, LAZYACCESS(partname, 1)) // catch the wave!
if(target == doer)
playsound(doer, snd, 50, TRUE)
to_chat(doer, span_love(watIsee))
Expand Down Expand Up @@ -1071,8 +1071,8 @@ GLOBAL_LIST_EMPTY(shotglass_gropers)
return "side"
else
if(turnt == dirTarg)
return "back"
return "front"
return "front"
return "back"
/// now, check a special ring of turfs around the target
var/list/turfz = list()
turfz.len = 8
Expand Down Expand Up @@ -2865,4 +2865,3 @@ GLOBAL_LIST_EMPTY(shotglass_gropers)




0 comments on commit 68a6df9

Please sign in to comment.