mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-11 23:23:55 +01:00
plane holder hard dels (#19374)
* plane holder hard dels * . * . * . * vac hard del * this * . * . --------- Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
@@ -48,7 +48,7 @@ GLOBAL_LIST_EMPTY(mining_overlay_cache)
|
||||
var/next_rock = 0
|
||||
var/archaeo_overlay = ""
|
||||
var/excav_overlay = ""
|
||||
var/obj/item/last_find
|
||||
var/last_find_name
|
||||
var/datum/artifact_find/artifact_find
|
||||
var/ignore_mapgen
|
||||
|
||||
@@ -692,10 +692,8 @@ GLOBAL_LIST_EMPTY(mining_overlay_cache)
|
||||
//some find types delete the /obj/item/archaeological_find and replace it with something else, this handles when that happens
|
||||
//yuck
|
||||
var/display_name = "Something"
|
||||
if(!X)
|
||||
X = last_find
|
||||
if(X)
|
||||
display_name = X.name
|
||||
if(last_find_name)
|
||||
display_name = last_find_name
|
||||
|
||||
//This is affected by 'prob_delicate' in finds.dm. As of writing, this has been set to 0 because the suspension field is just one extra piece that makes
|
||||
//Xenoarch that much more confusing, and the intent of this PR is to make it more friendly to get into.
|
||||
|
||||
Reference in New Issue
Block a user