Skip to content

Commit

Permalink
Исправление Set Ghost Alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
vasgen40k committed Jan 8, 2024
1 parent 7a81961 commit f8fbe3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxima/code/modules/mob/observer/ghost/ghost.dm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/mob/observer/ghost/verb/set_ghost_alpha()
set name = "Set Ghost Alpha"
set category = "Ghost"
alpha = !(alpha)
alpha = alpha ? 0 : initial(alpha)

0 comments on commit f8fbe3f

Please sign in to comment.