mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 00:29:02 +01:00
[MIRROR] Catwalk Flooring (#6647)
* Catwalk Flooring (#59773) * Catwalk Flooring * a Co-authored-by: tralezab <40974010+tralezab@users.noreply.github.com> Co-authored-by: Gandalf <jzo123@hotmail.com>
This commit is contained in:
co-authored by
tralezab
Gandalf
parent
56d4291ef6
commit
d00afdebb9
@@ -84,8 +84,6 @@
|
||||
/obj/structure/lattice/catwalk/deconstruction_hints(mob/user)
|
||||
return span_notice("The supporting rods look like they could be <b>cut</b>.")
|
||||
|
||||
//SKYRAT EDIT REMOVAL BEGIN - Moved To Modular
|
||||
/*
|
||||
/obj/structure/lattice/catwalk/Move()
|
||||
var/turf/T = loc
|
||||
for(var/obj/structure/cable/C in T)
|
||||
@@ -97,8 +95,6 @@
|
||||
for(var/obj/structure/cable/C in T)
|
||||
C.deconstruct()
|
||||
..()
|
||||
*/
|
||||
//SKYRAT EDIT REMOVAL END
|
||||
|
||||
/obj/structure/lattice/lava
|
||||
name = "heatproof support lattice"
|
||||
|
||||
Reference in New Issue
Block a user