mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-16 10:35:41 +01:00
Merge branch 'master' of https://github.com/tgstation/tgstation into upstream-2025-11-12
This commit is contained in:
@@ -128,6 +128,7 @@
|
||||
part.set_armor(armor_type)
|
||||
part.resistance_flags = resistance_flags
|
||||
part.flags_1 |= atom_flags //flags like initialization or admin spawning are here, so we cant set, have to add
|
||||
part.item_flags |= DO_NOT_WARDROBE
|
||||
part.heat_protection = NONE
|
||||
part.cold_protection = NONE
|
||||
part.max_heat_protection_temperature = max_heat_protection_temperature
|
||||
|
||||
@@ -291,7 +291,7 @@
|
||||
|
||||
/obj/item/mod/module/emp_shield/pulse/on_use(mob/activator)
|
||||
playsound(src, 'sound/effects/empulse.ogg', 60, TRUE)
|
||||
empulse(src, heavy_range = 4, light_range = 6)
|
||||
empulse(src, heavy_range = 4, light_range = 6, emp_source = src)
|
||||
drain_power(use_energy_cost)
|
||||
|
||||
/// Ninja Status Readout - Like the normal status display (see the base type), but with a clock.
|
||||
|
||||
Reference in New Issue
Block a user