Standardised Contained Sprites : Now Atomic (#15142)

This commit is contained in:
Wowzewow (Wezzy)
2022-12-17 19:28:27 +08:00
committed by GitHub
parent 25e5f08bbd
commit e7aabb7e14
248 changed files with 341 additions and 324 deletions

View File

@@ -131,7 +131,7 @@
/obj/machinery/shieldgen
name = "emergency shield projector"
desc = "Used to seal minor hull breaches."
icon = 'icons/obj/machines/shielding.dmi'
icon = 'icons/obj/machinery/shielding.dmi'
icon_state = "shieldoff"
density = TRUE
opacity = FALSE

View File

@@ -4,7 +4,7 @@
/obj/effect/energy_field
name = "energy shield"
desc = "A strong field of energy, capable of blocking anything as long as it's active."
icon = 'icons/obj/machines/shielding.dmi'
icon = 'icons/obj/machinery/shielding.dmi'
icon_state = "shield_normal"
alpha = 0
mouse_opacity = 0

View File

@@ -5,7 +5,7 @@
/obj/machinery/shield_capacitor
name = "shield capacitor"
desc = "Machine that charges a shield generator."
icon = 'icons/obj/machines/shielding.dmi'
icon = 'icons/obj/machinery/shielding.dmi'
icon_state = "capacitor"
obj_flags = OBJ_FLAG_ROTATABLE
var/active = FALSE

View File

@@ -5,7 +5,7 @@
/obj/machinery/shield_diffuser
name = "shield diffuser"
desc = "A small underfloor device specifically designed to disrupt energy barriers."
icon = 'icons/obj/machines/shielding.dmi'
icon = 'icons/obj/machinery/shielding.dmi'
icon_state = "fdiffuser_on"
use_power = POWER_USE_IDLE
idle_power_usage = 100
@@ -63,4 +63,4 @@
// 3x3 Range Shield Diffuser
/obj/machinery/shield_diffuser/threebythree
diffuser_range = 1 // 3x3 tiles, including the tile its on.
diffuser_range = 1 // 3x3 tiles, including the tile its on.

View File

@@ -8,7 +8,7 @@
/obj/machinery/shield_gen
name = "bubble shield generator"
desc = "Machine that generates an impenetrable field of energy when activated."
icon = 'icons/obj/machines/shielding.dmi'
icon = 'icons/obj/machinery/shielding.dmi'
icon_state = "generator0"
var/active = FALSE
var/field_radius = 3