Merge branch 'master' of https://github.com/Citadel-Station-13/Citadel-Station-13 into Initialize(mapload)

This commit is contained in:
SandPoot
2022-04-09 00:03:13 -03:00
428 changed files with 8031 additions and 7608 deletions
+1 -1
View File
@@ -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()
+1 -1
View File
@@ -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()