mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 13:05:44 +01:00
Reworks armor damage reduction + armor components + more goodies. (#11106)
Ports Baystation12/Baystation12#27254 and Baystation12/Baystation12#24787 and everything inbetween I guess. Note that this PR makes guns and armor overall stronger. Lasers also once again do organ damage.
This commit is contained in:
@@ -55,10 +55,12 @@
|
||||
owner.eye_blind = 20
|
||||
|
||||
/obj/item/organ/internal/eyes/do_surge_effects()
|
||||
owner.overlay_fullscreen("noise", /obj/screen/fullscreen/flash/noise)
|
||||
if(owner)
|
||||
owner.overlay_fullscreen("noise", /obj/screen/fullscreen/flash/noise)
|
||||
|
||||
/obj/item/organ/internal/eyes/clear_surge_effects()
|
||||
owner.clear_fullscreen("noise")
|
||||
if(owner)
|
||||
owner.clear_fullscreen("noise")
|
||||
|
||||
/obj/item/organ/internal/eyes/robotize()
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user