Skip to content

Commit 8102176

Browse files
authored
Revert "THE HANDHOLDING UPDATE (#37484)" (#37488)
This reverts commit 87e8acb.
1 parent 9261eb5 commit 8102176

File tree

1 file changed

+1
-21
lines changed
  • code/modules/mob/living/carbon/human

1 file changed

+1
-21
lines changed

code/modules/mob/living/carbon/human/human.dm

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,6 @@
501501

502502
if(legcuffed)
503503
dat += "<BR><B>Legcuffed:</B> <A href='?src=\ref[src];item=[slot_legcuffed]'>Remove</A>"
504-
dat += "<BR><A href='?src=\ref[src];want_to_hold_hands=1'>Hold hands</A>"
505504
dat += {"
506505
<BR>
507506
<BR><A href='?src=\ref[user];mach_close=mob\ref[src]'>Close</A>
@@ -517,26 +516,7 @@
517516
if(usr.incapacitated() || !Adjacent(usr)|| isanimal(usr))
518517
return
519518
handle_strip_id(usr)
520-
else if (href_list["want_to_hold_hands"])
521-
if(usr.incapacitated() || !Adjacent(usr)|| isanimal(usr))
522-
return
523-
to_chat(usr, "You try to hold hands with [src].")
524-
switch(alert(src, "[usr] wants to hold hands with you!", , "Yes!", "No, I'm a fucking loser."))
525-
if("Yes!")
526-
if(!Adjacent(usr))
527-
to_chat(usr, "<span class='warning'>You need to stay still to hold hands.</span>")
528-
to_chat(src, "<span class='warning'>[usr] moved away.</span>")//What an asshole
529-
var/image/heart = image('icons/mob/animal.dmi',src,"heart-ani2")
530-
heart.pixel_y = 7
531-
heart.plane = ABOVE_HUMAN_PLANE
532-
flick_overlay(heart, list(src.client,usr.client), 20)
533-
heart = image('icons/mob/animal.dmi',usr,"heart-ani2")
534-
heart.pixel_y = 7
535-
heart.plane = ABOVE_HUMAN_PLANE
536-
flick_overlay(heart, list(src.client,usr.client), 20)
537-
src.visible_message("<span class='notice'>[usr] holds hands with [src].</span>")
538-
if("No, I'm a fucking loser.")
539-
src.visible_message("<span class='warning'>[usr] tried to hold hands with [src] but \he didn't want to.</span>")
519+
540520
else if(href_list["pockets"]) //href_list "pockets" would be "left" or "right"
541521
if(usr.incapacitated() || !Adjacent(usr)|| isanimal(usr))
542522
return

0 commit comments

Comments
 (0)