[MIRROR] Adds an underlay to turrets which gives them a base (#1002)

* Adds an underlay to turrets which gives them a base

* Update turrets.dmi
This commit is contained in:
CitadelStationBot
2017-05-18 13:12:17 -05:00
committed by Poojawa
parent 0763e629d1
commit a5f858d8fb
2 changed files with 1 additions and 0 deletions
@@ -87,6 +87,7 @@
if(has_cover)
cover = new /obj/machinery/porta_turret_cover(loc)
cover.parent_turret = src
underlays += image('icons/obj/turrets.dmi',icon_state = "basedark")
if(!has_cover)
INVOKE_ASYNC(src, .proc/popUp)