Ports the radiation subsystem and cleans up damage flags. (#15715)

This commit is contained in:
Matt Atlas
2023-02-07 13:22:47 +01:00
committed by GitHub
parent 5527fc0810
commit 31c73ead85
198 changed files with 981 additions and 649 deletions
+2 -2
View File
@@ -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>")