Skip to content

Commit

Permalink
squashbig
Browse files Browse the repository at this point in the history
  • Loading branch information
OliOliOnsiPree committed Dec 18, 2024
1 parent f18d25d commit 630e363
Showing 1 changed file with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -521,15 +521,9 @@
obj_damage = 300
can_ghost_into = FALSE

/mob/living/simple_animal/hostile/handy/assaultron/nsb //NSB + Raider Bunker specific.
name = "assaultron"
aggro_vision_range = 15
faction = list("raider")
obj_damage = 300
can_ghost_into = FALSE

/mob/living/simple_animal/hostile/handy/assaultron/martha //Tipton specific
name = "lil martha"
desc = "A deadly close combat robot developed by RobCo and covered in thick, dark blue armor plating, the name lil martha scratched onto it"
maxHealth = 500
health = 500
aggro_vision_range = 15
Expand All @@ -539,7 +533,6 @@
color = "#3444C8" //dark blue
emp_flags = list() //no emp instakill for you


/mob/living/simple_animal/hostile/handy/assaultron/playable
see_in_dark = 8
force_threshold = 15
Expand Down

0 comments on commit 630e363

Please sign in to comment.