mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 20:17:15 +01:00
Lots of species stuff ported from Baystation (#4442)
* Ports species based footprints from bay - https://github.com/Baystation12/Baystation12/pull/17935 - https://i.imgur.com/ojAU373.png - Unathi use claw on right - Taj and tesh use paw in center * Flash stuff glasses protection things * Flash stuff actual thing * Organ mult thingy * Floaty eyes and cloak setup * Species falling
This commit is contained in:
committed by
Anewbe
parent
ddbf7138d9
commit
4540f770d4
@@ -7,6 +7,7 @@
|
||||
organ_tag = O_EYES
|
||||
parent_organ = BP_HEAD
|
||||
var/list/eye_colour = list(0,0,0)
|
||||
var/innate_flash_protection = FLASH_PROTECTION_NONE
|
||||
|
||||
/obj/item/organ/internal/eyes/robotize()
|
||||
..()
|
||||
@@ -86,3 +87,9 @@
|
||||
if(prob(1))
|
||||
owner.custom_pain("Your eyes are watering, making it harder to see clearly for a moment.",1)
|
||||
owner.eye_blurry += 10
|
||||
|
||||
/obj/item/organ/internal/eyes/proc/get_total_protection(var/flash_protection = FLASH_PROTECTION_NONE)
|
||||
return (flash_protection + innate_flash_protection)
|
||||
|
||||
/obj/item/organ/internal/eyes/proc/additional_flash_effects(var/intensity)
|
||||
return -1
|
||||
|
||||
Reference in New Issue
Block a user