cleaned up the paths of a few ported things

This commit is contained in:
Tastyfish
2012-03-08 00:46:24 -05:00
parent 25fc27849b
commit 6874cc03d1
6 changed files with 35 additions and 35 deletions
+1 -1
View File
@@ -250,7 +250,7 @@
HasProximity(atom/movable/AM as mob|obj)
if(istype(attached_device, /obj/item/device/assembly/prox_sensor))
var/obj/item/device/assembly/prox_sensor/D = attached_device
if (istype(AM, /obj/beam))
if (istype(AM, /obj/effect/beam))
return
if (AM.move_speed < 12)
D.sense()
+2 -2
View File
@@ -213,7 +213,7 @@ proc/check_panel(mob/M)
return 1
return 0 */
/obj/fake_attacker
/obj/effect/fake_attacker
icon = null
icon_state = null
name = ""
@@ -355,7 +355,7 @@ var/list/non_fakeattack_weapons = list(/obj/item/weapon/gun/projectile, /obj/ite
if(!possible_clones.len) return
clone = pick(possible_clones)
//var/obj/fake_attacker/F = new/obj/fake_attacker(outside_range(target))
var/obj/fake_attacker/F = new/obj/fake_attacker(target.loc)
var/obj/effect/fake_attacker/F = new/obj/effect/fake_attacker(target.loc)
if(clone.l_hand)
if(!(locate(clone.l_hand) in non_fakeattack_weapons))
clone_weapon = clone.l_hand.name