mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 21:19:00 +01:00
Internally renames the small size to be more inclusive (#26569)
* Renames Midgit to Dwarf * Even more neutral name
This commit is contained in:
@@ -343,24 +343,24 @@
|
||||
/obj/item/dnainjector/antiinsulation/GetInitBlock()
|
||||
return GLOB.shockimmunityblock
|
||||
|
||||
/obj/item/dnainjector/midgit
|
||||
/obj/item/dnainjector/small_size
|
||||
name = "DNA-Injector (Small Size)"
|
||||
desc = "Makes you shrink."
|
||||
datatype = DNA2_BUF_SE
|
||||
value = 0xFFF
|
||||
forcedmutation = TRUE
|
||||
|
||||
/obj/item/dnainjector/midgit/GetInitBlock()
|
||||
/obj/item/dnainjector/small_size/GetInitBlock()
|
||||
return GLOB.smallsizeblock
|
||||
|
||||
/obj/item/dnainjector/antimidgit
|
||||
/obj/item/dnainjector/anti_small_size
|
||||
name = "DNA-Injector (Anti-Small Size)"
|
||||
desc = "Makes you grow. But not too much."
|
||||
datatype = DNA2_BUF_SE
|
||||
value = 0x001
|
||||
forcedmutation = TRUE
|
||||
|
||||
/obj/item/dnainjector/antimidgit/GetInitBlock()
|
||||
/obj/item/dnainjector/anti_small_size/GetInitBlock()
|
||||
return GLOB.smallsizeblock
|
||||
|
||||
/obj/item/dnainjector/eatmut
|
||||
|
||||
@@ -132,7 +132,7 @@
|
||||
/obj/item/storage/pill_bottle/random_meds/labelled = 25,
|
||||
/obj/item/reagent_containers/glass/bottle/reagent/omnizine = 15,
|
||||
/obj/item/dnainjector/telemut = 5,
|
||||
/obj/item/dnainjector/midgit = 5,
|
||||
/obj/item/dnainjector/small_size = 5,
|
||||
/obj/item/dnainjector/morph = 5,
|
||||
/obj/item/dnainjector/regenerate = 5,
|
||||
/mob/living/simple_animal/pet/dog/corgi/ = 5,
|
||||
|
||||
Reference in New Issue
Block a user