Skip to content

Commit

Permalink
vehicles fullbright, observers no underlays and xenos less glowey
Browse files Browse the repository at this point in the history
  • Loading branch information
harryob committed Aug 28, 2023
1 parent c729da0 commit 649661c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/mob/dead/observer/observer.dm
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
life_kills_total = body.life_kills_total //kills also copy over

appearance = body.appearance
underlays.Cut()
base_transform = matrix(body.base_transform)
body.alter_ghost(src)
apply_transform(matrix())
Expand Down
1 change: 1 addition & 0 deletions code/modules/mob/living/carbon/xenomorph/Xenomorph.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1074,6 +1074,7 @@
. = ..()
if (.)
UnregisterSignal(src, COMSIG_XENO_PRE_HEAL)
handle_luminosity()

/mob/living/carbon/xenomorph/proc/cancel_heal()
SIGNAL_HANDLER
Expand Down
1 change: 1 addition & 0 deletions code/modules/vehicles/interior/areas.dm
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
requires_power = 0
unlimited_power = 1
icon = 'icons/turf/areas_interiors.dmi'
base_lighting_alpha = 255

ambience_exterior = 'sound/ambience/vehicle_interior1.ogg'
sound_environment = SOUND_ENVIRONMENT_ROOM
Expand Down

0 comments on commit 649661c

Please sign in to comment.