mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 20:45:28 +01:00
Fix mmi deafened indefinitely. 9078
Fix carp knocking borg. 7394 Replace carp knockdown by stamina dmg (for human only) (now 5 bites instead of 7 to go from 100% to crit w/o armor) 7905 Fix being stunned as a borg causing temporary blindness, deafness and muteness. 9061 Change robot out of power: now only stunned, can talk but not move or interact. Adding feedback in examine. 6170 Robots now take damage in the hottest of inferno (35,000+ K) 8840 Nerfs uranium wall radiation: 6 times less radiation (just double the effect of urafloor), chain reaction range down to 1. 6841 Fixes putting braindead/notincorpse/ghosted brains in mmi, and same for mmi in borgs, the action fails and sends a message to the ghost. 4841 7447 Fixes brains taking eye damage and becoming blind. 6039
This commit is contained in:
@@ -221,8 +221,8 @@
|
||||
if(world.time > last_event+15)
|
||||
active = 1
|
||||
for(var/mob/living/L in range(3,src))
|
||||
L.irradiate(12)
|
||||
for(var/turf/simulated/wall/mineral/uranium/T in range(3,src))
|
||||
L.irradiate(2)
|
||||
for(var/turf/simulated/wall/mineral/uranium/T in orange(1,src))
|
||||
T.radiate()
|
||||
last_event = world.time
|
||||
active = null
|
||||
|
||||
Reference in New Issue
Block a user