Skip to content

Commit

Permalink
096 остановка агра
Browse files Browse the repository at this point in the history
костыль на остановку агра 096
  • Loading branch information
xhankaishi committed May 21, 2024
1 parent fbe4fe8 commit 4166427
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion mod_celadon/SCP096/code/keybinds.dm
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,9 @@
/mob/living/scp096/verb/stop_screaming()
set name = "Stop scream"
set category = "IC"
Destroy()

target = null
LAZYCLEARLIST(targets)
current_state = STATE_096_IDLE
icon_state = "scp"
update_icon()

0 comments on commit 4166427

Please sign in to comment.