mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
Buff to CPR:
- You can now heal someone with CPR who is has anywhere from -1 to -99 HP (was -1 to -40) - Doing CPR will now heal 7 HP per CPR instead of 5 - Doing CPR will now give the receiver a message that they're being helped - Putting someone into the cryo cell who is either asleep or has between -1 and -99 HP will give them a message. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1712 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -230,6 +230,8 @@
|
||||
M.client.eye = src
|
||||
M.pulling = null
|
||||
M.loc = src
|
||||
if(M.health > -100 && (M.health < 0 || M.sleeping))
|
||||
M << "\blue <b>You feel a cold liquid surround you. Your skin starts to freeze up.</b>"
|
||||
src.occupant = M
|
||||
// M.metabslow = 1
|
||||
src.add_fingerprint(usr)
|
||||
|
||||
Reference in New Issue
Block a user