mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
Viscerator Grenade Tweaks (#16913)
This commit is contained in:
@@ -8,13 +8,13 @@
|
||||
name = "Viscerator Delivery Grenade"
|
||||
telecrystal_cost = 2
|
||||
path = /obj/item/grenade/spawnergrenade/manhacks
|
||||
desc = "A grenade that deploys five viscerator combat drones. Deadly in numbers, will not attack you or your allies."
|
||||
desc = "A grenade that deploys three viscerator combat drones. Deadly in numbers, will not attack you or your allies."
|
||||
|
||||
/datum/uplink_item/item/grenades/lubed_manhack
|
||||
name = "Lubed Viscerator Delivery Grenade"
|
||||
telecrystal_cost = 4
|
||||
telecrystal_cost = 3
|
||||
path = /obj/item/grenade/spawnergrenade/manhacks/lubed
|
||||
desc = "A grenade that deploys five lubed viscerator combat drones. Deadly in numbers, will not attack you or your allies. Works best when killed."
|
||||
desc = "A grenade that deploys three lubed viscerator combat drones. Deadly in numbers, will not attack you or your allies. Works best when killed."
|
||||
|
||||
/datum/uplink_item/item/grenades/smoke
|
||||
name = "5xSmoke Grenades"
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
name = "viscerator delivery grenade"
|
||||
desc = "It is set to detonate in 5 seconds. It will unleash a swarm of deadly manhack robots that will attack everyone but you and your allies."
|
||||
spawner_type = /mob/living/simple_animal/hostile/viscerator
|
||||
deliveryamt = 5 //Five seems a bit much, but we'll keep it as-is.
|
||||
deliveryamt = 3
|
||||
origin_tech = list(TECH_MATERIAL = 3, TECH_MAGNET = 4, TECH_ILLEGAL = 4)
|
||||
flash = FALSE
|
||||
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
author: Geeves
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- tweak: "Viscerator grenades now only spawn 3 viscerators instead of 5."
|
||||
- tweak: "Lubed viscerator grenades now cost 3 TC instead of 4."
|
||||
Reference in New Issue
Block a user