mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-28 22:47:59 +01: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:
@@ -23,6 +23,5 @@
|
||||
var/mob/M = pick(candidates)
|
||||
B.key = M.key
|
||||
to_chat(B, "<span class='userdanger'>You are now a mouse, infected with blob spores. Find somewhere isolated... before you burst and become the blob! Use ventcrawl (alt-click on vents) to move around.</span>")
|
||||
var/image/alert_overlay = image('icons/mob/blob.dmi', "blank_blob")
|
||||
notify_ghosts("Infected Mouse has appeared in [get_area(B)].", source = B, alert_overlay = alert_overlay)
|
||||
notify_ghosts("Infected Mouse has appeared in [get_area(B)].", source = B)
|
||||
processing = TRUE // Let it naturally end, if it runs successfully
|
||||
@@ -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