Skip to content

Commit

Permalink
tweak: marrow weaver no longer has xray & advanced mining scaner is m…
Browse files Browse the repository at this point in the history
…ore powerful now (#4089)
  • Loading branch information
NightDawnFox authored Dec 24, 2023
1 parent 49304ab commit 6beed42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions code/modules/mining/equipment/mineral_scanner.dm
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@
w_class = WEIGHT_CLASS_SMALL
flags = CONDUCT
slot_flags = SLOT_BELT
var/cooldown = 35
var/cooldown = 1 SECONDS
var/current_cooldown = 0
var/range = 7
var/range = 9
var/speaker = TRUE // Speaker that plays a sound when pulsed.
var/soundone = 'sound/lavaland/area_scan1.ogg'
var/soundtwo = 'sound/lavaland/area_scan2.ogg'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,16 +107,14 @@
icon_state = "chitin"
singular_name = "chitin chunk"

//better and dangerous subtype for regular lavaland. Has X-ray and slightly faster
//better and dangerous subtype for regular lavaland. Slightly faster and NO MORE XRAY.

/mob/living/simple_animal/hostile/asteroid/marrowweaver/dangerous
health = 320
maxHealth = 320
vision_range = 8
see_in_dark = 8
speed = 5
lighting_alpha = LIGHTING_PLANE_ALPHA_MOSTLY_INVISIBLE
sight = SEE_TURFS|SEE_MOBS|SEE_OBJS
move_to_delay = 14
anger_move_to_delay = 6
anger_speed = 6
Expand Down

0 comments on commit 6beed42

Please sign in to comment.