Internally renames the small size to be more inclusive (#26569)

* Renames Midgit to Dwarf

* Even more neutral name
This commit is contained in:
PollardTheDragon
2024-08-23 15:06:11 +00:00
committed by GitHub
parent 9f0b3766a1
commit f84bff3bdd
2 changed files with 5 additions and 5 deletions
@@ -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