mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 03:33:21 +00:00
Merge pull request #8637 from mwerezak/holocarp-fix
Fixes holocarp not being transparent
This commit is contained in:
@@ -392,10 +392,15 @@
|
|||||||
icon_state = "holo4"
|
icon_state = "holo4"
|
||||||
icon_living = "holo4"
|
icon_living = "holo4"
|
||||||
icon_dead = "holo4"
|
icon_dead = "holo4"
|
||||||
|
alpha = 127
|
||||||
icon_gib = null
|
icon_gib = null
|
||||||
meat_amount = 0
|
meat_amount = 0
|
||||||
meat_type = null
|
meat_type = null
|
||||||
|
|
||||||
|
/mob/living/simple_animal/hostile/carp/holodeck/New()
|
||||||
|
..()
|
||||||
|
SetLuminosity(2) //hologram lighting
|
||||||
|
|
||||||
/mob/living/simple_animal/hostile/carp/holodeck/proc/set_safety(var/safe)
|
/mob/living/simple_animal/hostile/carp/holodeck/proc/set_safety(var/safe)
|
||||||
if (safe)
|
if (safe)
|
||||||
faction = "neutral"
|
faction = "neutral"
|
||||||
|
|||||||
Reference in New Issue
Block a user