mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-22 05:17:38 +01:00
Tajara Biology Additions: Retro Biopunk Edition (#9990)
This commit is contained in:
@@ -585,7 +585,7 @@ var/list/global/slot_flags_enumeration = list(
|
||||
"<span class='danger'>You stab yourself in the [eyes.singular_name] with [src]!</span>" \
|
||||
)
|
||||
|
||||
eyes.damage += rand(3,4)
|
||||
eyes.take_damage(rand(3,4))
|
||||
if(eyes.damage >= eyes.min_bruised_damage)
|
||||
if(M.stat != 2)
|
||||
if(eyes.robotic <= 1) //robot eyes bleeding might be a bit silly
|
||||
|
||||
Reference in New Issue
Block a user