Merge branch 'master' of https://github.com/Citadel-Station-13/Citadel-Station-13 into Initialize(mapload)
This commit is contained in:
@@ -121,7 +121,7 @@
|
||||
|
||||
/obj/machinery/power/am_control_unit/bullet_act(obj/item/projectile/Proj)
|
||||
. = ..()
|
||||
if(Proj.flag != "bullet")
|
||||
if(Proj.flag != BULLET)
|
||||
stability -= Proj.force
|
||||
check_stability()
|
||||
|
||||
|
||||
@@ -102,7 +102,7 @@
|
||||
|
||||
/obj/machinery/am_shielding/bullet_act(obj/item/projectile/Proj)
|
||||
. = ..()
|
||||
if(Proj.flag != "bullet")
|
||||
if(Proj.flag != BULLET)
|
||||
stability -= Proj.force/2
|
||||
check_stability()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user