mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-30 03:12:53 +00:00
7 lines
117 B
Plaintext
7 lines
117 B
Plaintext
/mob/living/death(gibbed)
|
|
blinded = max(blinded, 1)
|
|
|
|
clear_fullscreens()
|
|
update_action_buttons_icon()
|
|
..(gibbed)
|