Merge pull request #612 from TheFurryFeline/TFF-The_Bigger_The_Better

The Bigger, The Better
This commit is contained in:
Vollybally
2019-04-08 18:54:46 -04:00
committed by GitHub
3 changed files with 30 additions and 0 deletions
+3
View File
@@ -181,6 +181,9 @@
var/datum/preferences/B = O.client.prefs
for(var/language in B.alternate_languages)
O.add_language(language)
//TFF: Ports VOREStation's resize module transformation proc.
O.resize(B.size_multiplier, animate = FALSE) //TFF: Add size
O.fuzzy = B.fuzzy //TFF: prefs for borgs.
callHook("borgify", list(O))
O.Namepick()
+9
View File
@@ -308,3 +308,12 @@
id = "rigmod_orescanner"
build_path = /obj/item/rig_module/device/orescanner
sort_string = "HCAAI"
//TFF: ports VOREStation resize module for printing from the fabricator.
/datum/design/item/robot_upgrade/sizeshift
name = "Size Alteration Module"
desc = "Used to allow robot to freely alter their size."
id = "borg_sizeshift_module"
req_tech = list(TECH_BLUESPACE = 3, TECH_MATERIAL = 3, TECH_POWER = 2)
materials = list(DEFAULT_WALL_MATERIAL = 4000, "glass" = 4000)
build_path = /obj/item/borg/upgrade/sizeshift