mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
[MIRROR] next new to init (#10524)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
9156a08bf0
commit
55d696e503
@@ -8,8 +8,8 @@
|
||||
var/codelen = 4
|
||||
locked = 1
|
||||
|
||||
/obj/structure/closet/crate/secure/loot/New()
|
||||
..()
|
||||
/obj/structure/closet/crate/secure/loot/Initialize(mapload)
|
||||
. = ..()
|
||||
var/list/digits = list("1", "2", "3", "4", "5", "6", "7", "8", "9", "0")
|
||||
|
||||
for(var/i in 1 to codelen)
|
||||
|
||||
@@ -678,7 +678,7 @@ var/list/mining_overlay_cache = list()
|
||||
if(is_clean)
|
||||
X = new /obj/item/archaeological_find(src, F.find_type)
|
||||
else
|
||||
X = new /obj/item/strangerock(src, inside_item_type = F.find_type)
|
||||
X = new /obj/item/strangerock(src, F.find_type)
|
||||
geologic_data.UpdateNearbyArtifactInfo(src)
|
||||
var/obj/item/strangerock/SR = X
|
||||
SR.geologic_data = geologic_data
|
||||
|
||||
@@ -209,11 +209,11 @@ GLOBAL_LIST_EMPTY(unique_deployable)
|
||||
/obj/structure/table/survival_pod/update_icon()
|
||||
icon_state = "table"
|
||||
|
||||
/obj/structure/table/survival_pod/New()
|
||||
/obj/structure/table/survival_pod/Initialize(mapload)
|
||||
material = get_material_by_name(MAT_STEEL)
|
||||
. = ..()
|
||||
verbs -= /obj/structure/table/verb/do_flip
|
||||
verbs -= /obj/structure/table/proc/do_put
|
||||
..()
|
||||
|
||||
/obj/structure/table/survival_pod/dismantle(obj/item/tool/wrench/W, mob/user)
|
||||
to_chat(user, span_warning("You cannot dismantle \the [src]."))
|
||||
|
||||
Reference in New Issue
Block a user