Merge pull request #8 from izac112/Fluffthing

Fixed borg resize and added Generals and Dragons Limbs
This commit is contained in:
Repede
2016-12-04 13:26:43 -05:00
committed by GitHub
4 changed files with 11 additions and 4 deletions

View File

@@ -8,4 +8,14 @@
desc = "Eio'ni's brand heads with mounted display."
icon = 'icons/mob/human_races/cyberlimbs/eioni/eioni_alt1.dmi' //Sprited by: Unleashed Mana
parts = list(BP_HEAD)
monitor_styles = standard_monitor_styles
monitor_styles = standard_monitor_styles
/datum/robolimb/S.Ind
company = "S.Ind"
desc = "S.Ind brand prosthetic limbs."
icon = 'icons/mob/human_races/cyberlimbs/S.Ind/sind_main.dmi' //Sprited by: Generalpantsu
/datum/robolimb/Hperformance
company = "Hperformance."
desc = "Hperformance brand prosthetic limbs."
icon = 'icons/mob/human_races/cyberlimbs/Hperformance/hperformance_main.dmi' //Sprited by: Generalpantsu

View File

@@ -70,9 +70,6 @@ var/const/RESIZE_A_SMALLTINY = (RESIZE_SMALL + RESIZE_TINY) / 2
Do not abuse their existence outside of ERP scenes where they apply, \
or reverting OOCly unwanted changes like someone lolshooting the crew with a shrink ray. -Ace"
if (!istype(src,/mob/living/carbon/human))
src << "<span class='warning'>Only organic creatures can use this command!</span>"
return
var/size_name = input(nagmessage, "Pick a Size") in player_sizes_list
if (size_name && player_sizes_list[size_name])
src.resize(player_sizes_list[size_name])

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB