mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Clean up merge conflicts
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user