Skip to content

Commit

Permalink
Update code/game/objects/items/etherealdiscoball.dm
Browse files Browse the repository at this point in the history
Co-Authored-By: Qustinnus <[email protected]>
  • Loading branch information
MrDoomBringer and Qustinnus authored Dec 18, 2018
1 parent a46e188 commit 8092369
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/game/objects/items/etherealdiscoball.dm
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
anchored = FALSE
else
to_chat(user, "<span class='notice'>You lock the Ethereal Disco Ball</span>")
anchored = FALSE
anchored = TRUE

/obj/structure/etherealball/proc/TurnOn()
TurnedOn = TRUE //Same
Expand Down Expand Up @@ -71,4 +71,4 @@
icon_state = "ethdisco_head_[TurnedOn]"
var/mutable_appearance/base_overlay = mutable_appearance(icon, "ethdisco_base")
base_overlay.appearance_flags = RESET_COLOR
add_overlay(base_overlay)
add_overlay(base_overlay)

0 comments on commit 8092369

Please sign in to comment.