Clean up merge conflicts

This commit is contained in:
Arokha Sieyes
2020-05-14 09:44:52 -04:00
parent 21620a1814
commit a77da3b5df
5 changed files with 0 additions and 116 deletions

View File

@@ -119,20 +119,11 @@
return //VOREStation Edit: unable to open doors
else
bumpopen(M)
<<<<<<< HEAD
// VOREStation Add - UAVs open public doors
=======
>>>>>>> 3b3e5b3... Merge pull request #7080 from VOREStation/pol-uavs
if(istype(AM, /obj/item/device/uav))
if(check_access(null))
open()
else
do_animate("deny")
<<<<<<< HEAD
//VOREStation Add End
=======
>>>>>>> 3b3e5b3... Merge pull request #7080 from VOREStation/pol-uavs
if(istype(AM, /mob/living/bot))
var/mob/living/bot/bot = AM

View File

@@ -5,11 +5,7 @@
/obj/item/device/uav
name = "recon skimmer"
<<<<<<< HEAD
desc = "A semi-portable reconisance drone that folds into a backpack-sized carrying case."
=======
desc = "A semi-portable reconnaissance drone that folds into a backpack-sized carrying case."
>>>>>>> 3b3e5b3... Merge pull request #7080 from VOREStation/pol-uavs
icon = 'icons/obj/uav.dmi'
icon_state = "uav"
@@ -62,7 +58,6 @@
STOP_PROCESSING(SSobj, src)
return ..()
<<<<<<< HEAD
/obj/item/device/uav/examine(mob/user)
. = ..()
if(Adjacent(user))
@@ -75,8 +70,6 @@
else if(health <= (initial(health)/2))
. += "<span class='warning'>It looks pretty beaten up...</span>"
=======
>>>>>>> 3b3e5b3... Merge pull request #7080 from VOREStation/pol-uavs
/obj/item/device/uav/attack_hand(var/mob/user)
//Has to be on the ground to work with it properly
if(!isturf(loc))