mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
@@ -22,6 +22,7 @@
|
||||
move_resist = MOVE_FORCE_VERY_STRONG
|
||||
pull_force = MOVE_FORCE_VERY_STRONG
|
||||
crusher_loot = /obj/item/crusher_trophy/goliath_tentacle
|
||||
surgery_container = /datum/xenobiology_surgery_container/goliath
|
||||
ai_controller = /datum/ai_controller/basic_controller/goliath
|
||||
faction = list("mining")
|
||||
butcher_results = list(
|
||||
@@ -142,6 +143,13 @@
|
||||
LAZYADD(tentacle_target_turfs, T)
|
||||
|
||||
/mob/living/basic/mining/goliath/space
|
||||
name = "ancient goliath"
|
||||
desc = "Goliaths are biologically immortal, and rare specimens have survived for centuries. This one is clearly ancient, and its tentacles constantly churn the earth around it."
|
||||
icon_state = "Goliath"
|
||||
icon_living = "Goliath"
|
||||
icon_aggro = "Goliath_alert"
|
||||
icon_dead = "Goliath_dead"
|
||||
tentacle_warning_state = "Goliath_preattack"
|
||||
|
||||
/mob/living/basic/mining/goliath/space/Process_Spacemove(movement_dir, continuous_move)
|
||||
return TRUE
|
||||
|
||||
Reference in New Issue
Block a user