mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-18 03:21:13 +01:00
[MDB Ignore] [IDB Ignore] Kills off /obj/item/device (#21774)
This has zero reason to exist in our code base. We have no procs or variables tied to this. I removed it to make future modifications cleaner. --------- Signed-off-by: Cody Brittain <1779662+Generalcamo@users.noreply.github.com>
This commit is contained in:
@@ -88,7 +88,7 @@
|
||||
playsound(get_turf(H), 'sound/weapons/Egloves.ogg', 50, 1, -1)
|
||||
return TRUE
|
||||
|
||||
if(istype(attacking_item, /obj/item/device/flashlight))
|
||||
if(istype(attacking_item, /obj/item/flashlight))
|
||||
to_chat(H, SPAN_WARNING("You direct \the [attacking_item] towards \the [src]'s eyes!"))
|
||||
playsound(get_turf(H), 'sound/items/flashlight.ogg', 50, 1, -1)
|
||||
H.flash_act()
|
||||
|
||||
+1
-1
@@ -8,7 +8,7 @@
|
||||
invocation_type = SpI_NONE
|
||||
range = 0
|
||||
|
||||
summon_type = list(/obj/item/device/soulstone)
|
||||
summon_type = list(/obj/item/soulstone)
|
||||
|
||||
hud_state = "const_stone"
|
||||
override_base = "const"
|
||||
|
||||
Reference in New Issue
Block a user