mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Removes some awfulness from the code (#30850)
* Removes some awfulness from the code * fixes * derp * dangit * ahhhh * ok FINE you can have it * just return a string will you * at this point I'm just throwing stuff at the wall until something sticks * ok actually I think I see the problem * also this is redundant actually
This commit is contained in:
@@ -25,8 +25,6 @@
|
||||
H.adjustBrainLoss(-25 * weakness)
|
||||
H.radiation -= min(H.radiation, 25 * weakness)
|
||||
H.bodytemperature = initial(H.bodytemperature)
|
||||
spawn(1)
|
||||
H.fixblood()
|
||||
//
|
||||
C.adjustOxyLoss(-25 * weakness)
|
||||
C.adjustToxLoss(-25 * weakness)
|
||||
|
||||
Reference in New Issue
Block a user