Merge pull request #8623 from Arturlang/RD_ROD_SUPLEX

RD can now suplex a immovable rod.
This commit is contained in:
kevinz000
2019-06-16 01:08:48 -07:00
committed by GitHub
4 changed files with 27 additions and 1 deletions
+6
View File
@@ -101,6 +101,12 @@
icon_state = "festivus_pole"
desc = "During last year's Feats of Strength the Research Director was able to suplex this passing immobile rod into a planter."
/obj/structure/festivus/anchored
name = "suplexed rod"
desc = "A true feat of strength, almost as good as last year."
icon_state = "anchored_rod"
anchored = TRUE
/obj/structure/flora/tree/dead/Initialize()
icon_state = "tree_[rand(1, 6)]"
. = ..()