We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 354df2b commit 3d3aba2Copy full SHA for 3d3aba2
2 files changed
code/game/objects/structures/fluff.dm
@@ -201,3 +201,12 @@
201
anchored = TRUE
202
density = TRUE
203
deconstructible = FALSE
204
+
205
+/obj/structure/fluff/colton_statue //Memorial statue of Colton Oppenheimer/AutisticFroggy
206
+ name = "statue of colton oppenheimer"
207
+ desc = "https://wiki.yogstation.net/wiki/User:Autisticfroggy/The_Last_Lecture"
208
+ icon = 'icons/obj/3x3.dmi'
209
+ icon_state = "colton"
210
+ pixel_x = -1
211
+ density = TRUE
212
+ deconstructible = FALSE
icons/obj/3x3.dmi
5.35 KB
0 commit comments