mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
Slightly more construction value is required to unlock scripture
This commit is contained in:
@@ -285,12 +285,17 @@
|
||||
|
||||
/obj/structure/grille/ratvar/New()
|
||||
..()
|
||||
change_construction_value(1)
|
||||
if(destroyed)
|
||||
PoolOrNew(/obj/effect/overlay/temp/ratvar/grille/broken, get_turf(src))
|
||||
else
|
||||
PoolOrNew(/obj/effect/overlay/temp/ratvar/grille, get_turf(src))
|
||||
PoolOrNew(/obj/effect/overlay/temp/ratvar/beam/grille, get_turf(src))
|
||||
|
||||
/obj/structure/grille/ratvar/Destroy()
|
||||
change_construction_value(-1)
|
||||
return ..()
|
||||
|
||||
/obj/structure/grille/ratvar/narsie_act()
|
||||
take_damage(rand(1, 3), BRUTE)
|
||||
if(src)
|
||||
|
||||
@@ -520,6 +520,11 @@
|
||||
debris -= I
|
||||
qdel(I)
|
||||
debris += new/obj/item/clockwork/component/vanguard_cogwheel(src)
|
||||
change_construction_value(fulltile ? 3 : 2)
|
||||
|
||||
/obj/structure/window/reinforced/clockwork/Destroy()
|
||||
change_construction_value(fulltile ? -3 : -2)
|
||||
return ..()
|
||||
|
||||
/obj/structure/window/reinforced/clockwork/ratvar_act()
|
||||
health = maxhealth
|
||||
|
||||
Reference in New Issue
Block a user