mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
Adds Archaeology Component (#30220)
* The future of archaeology * pirate pad transfer is godawful * pp transfer, part deus * Revert "pp transfer, part deus" This reverts commit f6e48f71f59f834f0b9e02a2ab2bb1bc1bda1b6a. * hmmm! * Edits How This Works * Dig Check * you can no longer chaindig + MrPerson req * All MrPersons * I need to squash soon [tm] * replaces define * fixes #literally everything * forgot why i set it to highlander * Review * Removes How2 and Fixes Travis How2 was outdated so idgaf * Review 2, Cyberboss Boogaloo had to move SSblackbox now that W is a more localized var. * archdrop list is null now * It won't let me edit that space sorry * GOTCHA * yes i used the web editor, no i am not sorry * cyber * ..()
This commit is contained in:
committed by
Jordan Brown
parent
bcbc16691b
commit
1e17bb7b83
@@ -45,6 +45,7 @@
|
||||
qdel(src)
|
||||
|
||||
/obj/structure/lattice/singularity_pull(S, current_size)
|
||||
..()
|
||||
if(current_size >= STAGE_FOUR)
|
||||
deconstruct()
|
||||
|
||||
|
||||
@@ -30,6 +30,7 @@
|
||||
return ..()
|
||||
|
||||
/obj/structure/transit_tube/singularity_pull(S, current_size)
|
||||
..()
|
||||
if(current_size >= STAGE_FIVE)
|
||||
deconstruct(FALSE)
|
||||
|
||||
|
||||
@@ -62,6 +62,7 @@
|
||||
AM.ex_act(severity, target)
|
||||
|
||||
/obj/structure/transit_tube_pod/singularity_pull(S, current_size)
|
||||
..()
|
||||
if(current_size >= STAGE_FIVE)
|
||||
deconstruct(FALSE)
|
||||
|
||||
|
||||
@@ -105,6 +105,7 @@
|
||||
qdel(src)
|
||||
|
||||
/obj/structure/window/singularity_pull(S, current_size)
|
||||
..()
|
||||
if(current_size >= STAGE_FIVE)
|
||||
deconstruct(FALSE)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user