Skip to content

Commit

Permalink
grrr
Browse files Browse the repository at this point in the history
  • Loading branch information
realforest2001 committed May 10, 2024
1 parent de2a400 commit 1b0ef45
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion code/game/turfs/walls/wall_types.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1149,6 +1149,7 @@ INITIALIZE_IMMEDIATE(/turf/closed/wall/indestructible/splashscreen)
icon_state = "thickmembrane"
wall_type = "thickmembrane"

/*
/obj/structure/alien/movable_wall/reflective
name = "shifting resin reflective wall"
desc = "Weird hardened slime solidified into a fine, smooth wall."
Expand Down Expand Up @@ -1204,7 +1205,7 @@ INITIALIZE_IMMEDIATE(/turf/closed/wall/indestructible/splashscreen)
/obj/structure/alien/movable_wall/reflective/ex_act(severity, explosion_direction, source, mob/source_mob)
return ..(severity * explosive_multiplier, explosion_direction, source, source_mob)

*/
//############## END MOVABLES

/turf/closed/wall/resin/reflective
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ GLOBAL_LIST_INIT(resin_build_order_palatine, list(
/datum/resin_construction/resin_obj/sticky_resin,
/datum/resin_construction/resin_obj/resin_spike,
/datum/resin_construction/resin_obj/movable/thick_wall,
/datum/resin_construction/resin_obj/movable/thick_membrane
/datum/resin_construction/resin_obj/movable/thick_membrane,
/datum/resin_construction/resin_obj/resin_node
// /datum/resin_construction/resin_obj/movable/reflective_royal
))

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -341,11 +341,13 @@ GLOBAL_VAR_INIT(resin_lz_allowed, FALSE)
construction_name = "thick resin membrane"
build_path = /obj/structure/alien/movable_wall/membrane/thick

/*
/datum/resin_construction/resin_obj/movable/reflective_royal
name = "Movable Royal Reflective Wall"
desc = "A thick resin membrane that can be moved onto any adjacent tile, as long as there are weeds. Reflects incoming projectiles."
construction_name = "reflective resin wall"
build_path = /obj/structure/alien/movable_wall/reflective
*/

// Remote Weed Nodes for originally coded for Resin Whisperers
/datum/resin_construction/resin_obj/resin_node
Expand Down

0 comments on commit 1b0ef45

Please sign in to comment.