mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
Merge branch 'master' of https://github.com/tgstation/tgstation into upstream-sync
This commit is contained in:
@@ -22,16 +22,6 @@
|
||||
icon_state = "securityhudnight"
|
||||
sight_mode = BORGXRAY
|
||||
|
||||
/obj/item/borg/sight/thermal
|
||||
name = "\proper thermal vision"
|
||||
sight_mode = BORGTHERM
|
||||
icon_state = "thermal"
|
||||
|
||||
/obj/item/borg/sight/meson
|
||||
name = "\proper meson vision"
|
||||
sight_mode = BORGMESON
|
||||
icon_state = "meson"
|
||||
|
||||
/obj/item/borg/sight/material
|
||||
name = "\proper material vision"
|
||||
sight_mode = BORGMATERIAL
|
||||
|
||||
@@ -132,7 +132,7 @@
|
||||
|
||||
/obj/item/borg/projectile_dampen/proc/process_usage(seconds_per_tick)
|
||||
var/usage = 0
|
||||
for(var/projectile as anything in tracked_bullet_cost)
|
||||
for(var/projectile in tracked_bullet_cost)
|
||||
usage += projectile_tick_speed_ecost * seconds_per_tick
|
||||
usage += tracked_bullet_cost[projectile] * projectile_damage_tick_ecost_coefficient * seconds_per_tick
|
||||
energy = clamp(energy - usage, 0, maxenergy)
|
||||
|
||||
Reference in New Issue
Block a user