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:
Matt Atlas
2021-02-14 17:54:45 +02:00
committed by GitHub
parent 3ab59b8ff7
commit c30cd94024
138 changed files with 2187 additions and 848 deletions
+4 -2
View File
@@ -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()
..()