mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-09 14:15:22 +01:00
Wall Charger Addition / Map Edits
- Puts in wall recharger sprite. For all your wall recharging needs. - Reverts changes someone did moving my wall temp placement wall rechargers.. - Fixes airlocks over doors issue in sec. - Also removed the access medical from the medical area of security. It's just a quick area to treat cuts and bruises, and shouldn't have items that treat more then that. - Fixed some more weirdly placed rechargers around the station. - Replaced the TG Maltese Falcon sign with the BS12 one. - Fixed up the floor in the pool area. - Added some lights and decorative items to that weird tator / table area south of the security pod. As well as a water tank and fuel tank.
This commit is contained in:
@@ -99,4 +99,9 @@ obj/machinery/recharger/update_icon() //we have an update_icon() in addition to
|
||||
if(charging)
|
||||
icon_state = "recharger1"
|
||||
else
|
||||
icon_state = "recharger0"
|
||||
icon_state = "recharger0"
|
||||
|
||||
obj/machinery/recharger/wallcharger
|
||||
name = "wall recharger"
|
||||
icon = 'icons/obj/stationobjs.dmi'
|
||||
icon_state = "wrecharger0"
|
||||
Reference in New Issue
Block a user