mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 00:58:26 +01:00
deleted bad lines
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user