Lavaland fixes:

- Survival pod storage being broken when used.
- Wrong wiring on the Syndicate base.
- Added one more oxygen tank to the animal hospital.
- Chasms eating up light atoms.
- Mining satchels not picking up items automatically.
- Releasing the legion/blob mice notifications not having icons.
- Mining gear made orderable at cargo.
This commit is contained in:
Mark van Alphen
2019-05-31 02:21:37 +02:00
parent b65fbb907e
commit f0734672f3
12 changed files with 260 additions and 7 deletions

View File

@@ -482,6 +482,9 @@
max_n_of_items = 10
pixel_y = -4
/obj/machinery/smartfridge/survival_pod/update_icon()
return
/obj/item/circuitboard/smartfridge/survival
name = "circuit board (Smartfridge Survival)"
build_path = /obj/machinery/smartfridge/survival_pod

View File

@@ -48,7 +48,7 @@
if(istype(thing, /obj/item/storage/bag/ore))
OB = thing
break
if(OB && istype(F, /turf/simulated/floor/plating/asteroid/airless))
if(OB && istype(F, /turf/simulated/floor/plating/asteroid))
F.attackby(OB, AM)
return ..()