Fixes premade combat mechs spawning without weapons (#10611)

This commit is contained in:
fernerr
2020-11-21 12:30:19 -03:00
committed by GitHub
parent ef2eab0627
commit bbd6f2a41f
2 changed files with 4 additions and 1 deletions
@@ -61,7 +61,6 @@
max_damage = 200
power_use = 2500
transparent_cabin = TRUE
has_hardpoints = list(HARDPOINT_BACK)
/obj/item/mech_component/chassis/combat/prebuild()
. = ..()
@@ -0,0 +1,4 @@
author: Ferner
delete-after: True
changes:
- bugfix: "Fixed premade combat mechs spawning without weapons."