mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-18 03:21:13 +01:00
Ports the radiation subsystem and cleans up damage flags. (#15715)
This commit is contained in:
@@ -159,7 +159,7 @@
|
||||
if (safety_disabled)
|
||||
item_power_usage = 2500
|
||||
for(var/obj/item/holo/esword/H in linkedholodeck)
|
||||
H.damtype = BRUTE
|
||||
H.damtype = DAMAGE_BRUTE
|
||||
else
|
||||
item_power_usage = initial(item_power_usage)
|
||||
for(var/obj/item/holo/esword/H in linkedholodeck)
|
||||
|
||||
Reference in New Issue
Block a user