mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-24 05:38:15 +01:00
Small POI fixes (#11050)
This commit is contained in:
+11
-11
@@ -144,13 +144,13 @@
|
||||
maxHealth = 600
|
||||
health = 600
|
||||
loot_list = list(/obj/item/prop/alien/junk = 100,
|
||||
/obj/item/multitool/alien = 20,
|
||||
/obj/item/stack/cable_coil/alien = 20,
|
||||
/obj/item/tool/crowbar/alien = 20,
|
||||
/obj/item/tool/screwdriver/alien = 20,
|
||||
/obj/item/weldingtool/alien = 20,
|
||||
/obj/item/tool/wirecutters/alien = 20,
|
||||
/obj/item/tool/wrench/alien = 20,
|
||||
/obj/item/multitool/alien = 60,
|
||||
/obj/item/stack/cable_coil/alien = 60,
|
||||
/obj/item/tool/crowbar/alien = 60,
|
||||
/obj/item/tool/screwdriver/alien = 60,
|
||||
/obj/item/weldingtool/alien = 60,
|
||||
/obj/item/tool/wirecutters/alien = 60,
|
||||
/obj/item/tool/wrench/alien = 60,
|
||||
/obj/item/cell/device/weapon/recharge/alien = 30,
|
||||
/obj/item/perfect_tele/alien = 100
|
||||
)
|
||||
@@ -418,19 +418,19 @@
|
||||
|
||||
/obj/item/prop/nanoweave/lime
|
||||
catalogue_data = list(/datum/category_item/catalogue/anomalous/limedisc)
|
||||
icon_state = "limedisc"
|
||||
icon_state = "limedisk"
|
||||
|
||||
/obj/item/prop/nanoweave/cyan
|
||||
catalogue_data = list(/datum/category_item/catalogue/anomalous/cyandisc)
|
||||
icon_state = "cyandisc"
|
||||
icon_state = "cyandisk"
|
||||
|
||||
/obj/item/prop/nanoweave/orange
|
||||
catalogue_data = list(/datum/category_item/catalogue/anomalous/orangedisc)
|
||||
icon_state = "orangedisc"
|
||||
icon_state = "orangedisk"
|
||||
|
||||
/obj/item/prop/nanoweave/terraformers
|
||||
catalogue_data = list(/datum/category_item/catalogue/anomalous/terraformers)
|
||||
icon_state = "orangedisc"
|
||||
icon_state = "reddisk"
|
||||
|
||||
|
||||
/datum/category_item/catalogue/anomalous/cyandisc
|
||||
|
||||
+14
-14
@@ -34,7 +34,7 @@
|
||||
icon_state = "powertower"
|
||||
icon_living = "powertower"
|
||||
faction = FACTION_HIVEBOT
|
||||
movement_cooldown = 7
|
||||
movement_cooldown = 10
|
||||
size_multiplier = 2
|
||||
maxHealth = 500
|
||||
health = 500
|
||||
@@ -91,7 +91,7 @@
|
||||
icon_state = "bluetower"
|
||||
icon_living = "bluetower"
|
||||
faction = FACTION_HIVEBOT
|
||||
movement_cooldown = 7
|
||||
movement_cooldown = 10
|
||||
size_multiplier = 2
|
||||
maxHealth = 500
|
||||
health = 500
|
||||
@@ -100,18 +100,18 @@
|
||||
anchored = 1
|
||||
armor = list(melee = 60, bullet = 60, laser = 60, energy = 60, bomb = 50, bio = 100, rad = 100)
|
||||
loot_list = list(/obj/item/prop/alien/junk = 100,
|
||||
/obj/item/multitool/alien = 10,
|
||||
/obj/item/stack/cable_coil/alien = 10,
|
||||
/obj/item/tool/crowbar/alien = 10,
|
||||
/obj/item/tool/screwdriver/alien = 10,
|
||||
/obj/item/weldingtool/alien = 10,
|
||||
/obj/item/tool/wirecutters/alien = 10,
|
||||
/obj/item/tool/wrench/alien = 10,
|
||||
/obj/item/cell/device/weapon/recharge/alien = 20,
|
||||
/obj/item/prop/nanoweave/terraformers = 30,
|
||||
/obj/item/prop/nanoweave/cyan = 30,
|
||||
/obj/item/prop/nanoweave/lime = 30,
|
||||
/obj/item/perfect_tele/alien = 50
|
||||
/obj/item/multitool/alien = 30,
|
||||
/obj/item/stack/cable_coil/alien = 30,
|
||||
/obj/item/tool/crowbar/alien = 30,
|
||||
/obj/item/tool/screwdriver/alien = 30,
|
||||
/obj/item/weldingtool/alien = 30,
|
||||
/obj/item/tool/wirecutters/alien = 30,
|
||||
/obj/item/tool/wrench/alien = 30,
|
||||
/obj/item/cell/device/weapon/recharge/alien = 40,
|
||||
/obj/item/prop/nanoweave/terraformers = 50,
|
||||
/obj/item/prop/nanoweave/cyan = 50,
|
||||
/obj/item/prop/nanoweave/lime = 50,
|
||||
/obj/item/perfect_tele/alien = 100
|
||||
)
|
||||
|
||||
/mob/living/simple_mob/mechanical/mecha/eclipse/hivebot/nanoweavetower/do_special_attack(atom/A)
|
||||
|
||||
Reference in New Issue
Block a user