From e2a84463961d00cea820bdeb812c5fc6dfa0f2e0 Mon Sep 17 00:00:00 2001
From: Novacat <35587478+Novacat@users.noreply.github.com>
Date: Fri, 21 Aug 2020 23:34:19 -0400
Subject: [PATCH] Update robot.dm
---
code/modules/mob/living/silicon/robot/robot.dm | 18 +-----------------
1 file changed, 1 insertion(+), 17 deletions(-)
diff --git a/code/modules/mob/living/silicon/robot/robot.dm b/code/modules/mob/living/silicon/robot/robot.dm
index b9fcdd72ece..5ba5b7deb82 100644
--- a/code/modules/mob/living/silicon/robot/robot.dm
+++ b/code/modules/mob/living/silicon/robot/robot.dm
@@ -688,15 +688,11 @@
if(istype(user,/mob/living/carbon/human))
var/mob/living/carbon/human/H = user
-<<<<<<< HEAD
//VOREStation Removal
//if(H.species.can_shred(H))
// attack_generic(H, rand(30,50), "slashed")
// return
- //VOREStation Edit: Adding borg petting. Help intent pets, Disarm intent taps, Grab should remove the battery for replacement, and Harm is punching(no damage)
-=======
//Adding borg petting. Help intent pets, Disarm intent taps, Grab should remove the battery for replacement, and Harm is punching(no damage)
->>>>>>> 1e53bf1... Merge pull request #7478 from listerla/borgpet
switch(H.a_intent)
if(I_HELP)
visible_message("[H] pets [src].")
@@ -707,27 +703,15 @@
attack_generic(H, rand(30,50), "slashed")
return
else
-<<<<<<< HEAD
- playsound(src, 'sound/effects/bang.ogg', 10, 1)
-=======
playsound(src.loc, 'sound/effects/bang.ogg', 10, 1)
->>>>>>> 1e53bf1... Merge pull request #7478 from listerla/borgpet
visible_message("[H] punches [src], but doesn't leave a dent.")
return
if(I_DISARM)
H.do_attack_animation(src)
-<<<<<<< HEAD
- playsound(src, 'sound/effects/clang1.ogg', 10, 1)
- visible_message("[H] taps [src].")
- return
- //VOREStation Edit: Addition of borg petting end
-=======
playsound(src.loc, 'sound/effects/clang2.ogg', 10, 1)
visible_message("[H] taps [src].")
return
- //Addition of borg petting end
->>>>>>> 1e53bf1... Merge pull request #7478 from listerla/borgpet
if(opened && !wiresexposed && (!istype(user, /mob/living/silicon)))
var/datum/robot_component/cell_component = components["power cell"]
if(cell)
@@ -1173,4 +1157,4 @@
uneq_active()
if(current_selection_index) // Select what the player had before if possible.
- select_module(current_selection_index)
\ No newline at end of file
+ select_module(current_selection_index)