mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 13:37:58 +01:00
Fixes isopod oversight (#31898)
* Fixes isopod oversight * Fixes some naming too
This commit is contained in:
@@ -90,7 +90,7 @@
|
||||
melee_damage_upper = 5
|
||||
mob_size = MOB_SIZE_SMALL
|
||||
ventcrawler = VENTCRAWLER_ALWAYS
|
||||
holder_type = /obj/item/holder/isopod_smol
|
||||
holder_type = /obj/item/holder/isopod_small
|
||||
ai_controller = /datum/ai_controller/basic_controller/isopod/small
|
||||
max_nutrition = 400
|
||||
|
||||
|
||||
@@ -100,7 +100,7 @@
|
||||
icon_state = "mothroach"
|
||||
slot_flags = ITEM_SLOT_HEAD
|
||||
|
||||
/obj/item/holder/isopod_smol
|
||||
/obj/item/holder/isopod_small
|
||||
name = "deverka"
|
||||
desc = "A tiny isopod that wriggles and chitters!"
|
||||
icon_state = "deverka"
|
||||
|
||||
@@ -249,7 +249,7 @@
|
||||
contains_special = list(
|
||||
"Ahuitz"
|
||||
)
|
||||
containertype = /obj/structure/closet/critter/cow
|
||||
containertype = /obj/structure/closet/critter/isopod
|
||||
containername = "ahuitz crate"
|
||||
|
||||
/datum/supply_packs/organic/goat
|
||||
@@ -300,13 +300,13 @@
|
||||
/obj/item/toy/cattoy)
|
||||
containername = "cat crate"
|
||||
|
||||
/datum/supply_packs/organic/isopod_smol
|
||||
/datum/supply_packs/organic/isopod_small
|
||||
name = "Deverka Crate"
|
||||
cost = 300
|
||||
contains_special = list(
|
||||
"Deverka"
|
||||
)
|
||||
containertype = /obj/structure/closet/critter/isopod_smol
|
||||
containertype = /obj/structure/closet/critter/isopod_small
|
||||
containername = "deverka crate"
|
||||
|
||||
/datum/supply_packs/organic/pug
|
||||
|
||||
Reference in New Issue
Block a user