mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-25 04:57:47 +01:00
Conflict Resolution
This commit is contained in:
@@ -129,16 +129,6 @@
|
||||
return
|
||||
if(ismouse(usr) || (isobserver(usr) && !config.ghost_interaction))
|
||||
return
|
||||
<<<<<<< HEAD
|
||||
else
|
||||
if(ismouse(usr))
|
||||
return
|
||||
if(!usr || !isturf(usr.loc))
|
||||
return
|
||||
if(usr.stat || usr.restrained())
|
||||
return
|
||||
=======
|
||||
>>>>>>> 8ec3691... Merge pull request #5770 from Atermonera/standard_rotation
|
||||
|
||||
src.set_dir(turn(src.dir, 270))
|
||||
return
|
||||
@@ -75,21 +75,9 @@
|
||||
|
||||
if(!usr || !isturf(usr.loc))
|
||||
return
|
||||
<<<<<<< HEAD
|
||||
else
|
||||
if(istype(usr,/mob/living/simple_mob/animal/passive/mouse))
|
||||
return
|
||||
if(!usr || !isturf(usr.loc))
|
||||
return
|
||||
if(usr.stat || usr.restrained())
|
||||
return
|
||||
|
||||
src.set_dir(turn(src.dir, 90))
|
||||
=======
|
||||
if(usr.stat || usr.restrained())
|
||||
return
|
||||
if(ismouse(usr) || (isobserver(usr) && !config.ghost_interaction))
|
||||
>>>>>>> 8ec3691... Merge pull request #5770 from Atermonera/standard_rotation
|
||||
return
|
||||
|
||||
src.set_dir(turn(src.dir, 270))
|
||||
|
||||
Reference in New Issue
Block a user