Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tweak: marrow weaver no longer has xray & advanced mining scaner is more powerful now #4089

Merged
merged 2 commits into from
Dec 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading