|
501 | 501 |
|
502 | 502 | if(legcuffed)
|
503 | 503 | 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>" |
505 | 504 | dat += {"
|
506 | 505 | <BR>
|
507 | 506 | <BR><A href='?src=\ref[user];mach_close=mob\ref[src]'>Close</A>
|
|
517 | 516 | if(usr.incapacitated() || !Adjacent(usr)|| isanimal(usr))
|
518 | 517 | return
|
519 | 518 | 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 | + |
540 | 520 | else if(href_list["pockets"]) //href_list "pockets" would be "left" or "right"
|
541 | 521 | if(usr.incapacitated() || !Adjacent(usr)|| isanimal(usr))
|
542 | 522 | return
|
|
0 commit comments