deleted bad lines

This commit is contained in:
xxalpha
2014-10-19 04:57:14 +01:00
parent d9dafa9649
commit 091cbcca2c
2 changed files with 1 additions and 10 deletions
+1 -5
View File
@@ -46,11 +46,7 @@
bulb = null
power_change()
<<<<<<< HEAD
else if (istype(W, /obj/item/device/flash))
=======
else if (istype(W, /obj/item/device/flash/handheld))
>>>>>>> 364898b... Fix cyborg flashes being useable in flashers and cyborg heads.
if (!bulb)
user.visible_message("<span class='notice'>[user] installs [W] into [src].</span>", "<span class='notice'>You install [W] into [src].</span>")
user.drop_item()
@@ -178,4 +174,4 @@
icon_state = "launcherbtt"
active = 0
return
return
@@ -331,13 +331,8 @@
/obj/item/robot_parts/head/attackby(obj/item/W as obj, mob/user as mob)
..()
<<<<<<< HEAD
if(istype(W, /obj/item/device/flash))
var/obj/item/device/flash/F = W
=======
if(istype(W, /obj/item/device/flash/handheld))
var/obj/item/device/flash/handheld/F = W
>>>>>>> 364898b... Fix cyborg flashes being useable in flashers and cyborg heads.
if(src.flash1 && src.flash2)
user << "<span class='notice'>You have already inserted the eyes!</span>"
return