Update code/game/objects/items/melee/energy.dm

Co-Authored-By: deathride58 <deathride58@users.noreply.github.com>
This commit is contained in:
Ghom
2019-07-20 21:26:18 +02:00
committed by GitHub
parent 12f2b767ab
commit 85f87b6679
+1 -1
View File
@@ -10,7 +10,7 @@
/obj/item/melee/transforming/energy/Initialize()
. = ..()
total_mass_on = w_class_on * 0.75
total_mass_on = (total_mass_on ? total_mass_on : (w_class_on * 0.75))
if(active)
set_light(brightness_on)
START_PROCESSING(SSobj, src)