Merge branch 'release' of https://github.com/VOREStation/VOREStation into voreupdate

This commit is contained in:
izac112
2025-01-14 02:20:30 +01:00
815 changed files with 7129 additions and 8204 deletions
+1 -1
View File
@@ -170,6 +170,6 @@
)
/obj/item/storage/backpack/sport/hyd/catchemall/Initialize() //gotta have your starter 'mon too (or an improved way to catch one)
..()
. = ..()
var/path = pick(subtypesof(/obj/item/capture_crystal))
contents += new path()
+1 -1
View File
@@ -327,7 +327,7 @@ var/list/mining_overlay_cache = list()
if(!density)
return .
if(istype(AM,/mob/living/carbon/human))
if(ishuman(AM))
var/mob/living/carbon/human/H = AM
var/obj/item/pickaxe/P = H.get_inactive_hand()
if(istype(P))
+1 -1
View File
@@ -175,7 +175,7 @@
name = "ore chunk"
desc = "A conglomerate of ore."
icon = 'icons/obj/mining_ore_vr.dmi'
icon_state = "strange"
icon_state = "ore2"
randpixel = 8
w_class = ITEMSIZE_SMALL
var/list/stored_ore = list(
+2 -2
View File
@@ -244,8 +244,8 @@ GLOBAL_LIST_EMPTY(unique_deployable)
icon = 'icons/obj/survival_pod.dmi'
icon_state = "bed"
/obj/structure/bed/pod/New(var/newloc)
..(newloc,MAT_STEEL,"cotton")
/obj/structure/bed/pod/Initialize(var/newloc)
. = ..(newloc, MAT_STEEL, MAT_COTTON)
//Survival Storage Unit
/obj/machinery/smartfridge/survival_pod