mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-21 07:42:21 +00:00
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:
@@ -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
|
||||
|
||||
@@ -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 ..()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user