mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +01:00
Ports the radiation subsystem and cleans up damage flags. (#15715)
This commit is contained in:
@@ -212,8 +212,8 @@
|
||||
shake_camera(M, 3, 1)
|
||||
else if(M.Check_Shoegrip(FALSE))
|
||||
to_chat(M, SPAN_WARNING("You feel immense pressure in your feet as you cling to the floor!"))
|
||||
M.apply_damage(10, PAIN, BP_L_FOOT)
|
||||
M.apply_damage(10, PAIN, BP_R_FOOT)
|
||||
M.apply_damage(10, DAMAGE_PAIN, BP_L_FOOT)
|
||||
M.apply_damage(10, DAMAGE_PAIN, BP_R_FOOT)
|
||||
shake_camera(M, 5, 1)
|
||||
else
|
||||
to_chat(M, "<span class='warning'>The floor lurches beneath you!</span>")
|
||||
|
||||
Reference in New Issue
Block a user