mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Merge pull request #8 from izac112/Fluffthing
Fixed borg resize and added Generals and Dragons Limbs
This commit is contained in:
@@ -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
|
||||
@@ -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 |
BIN
icons/mob/human_races/cyberlimbs/S.Ind/sind_main.dmi
Normal file
BIN
icons/mob/human_races/cyberlimbs/S.Ind/sind_main.dmi
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.4 KiB |
Reference in New Issue
Block a user