Done stuffs

idk, im no coder
This commit is contained in:
tyger
2021-01-03 15:07:03 +01:00
parent fd9ae3d4ca
commit 71252ebc06
7 changed files with 9 additions and 1 deletions
+2
View File
@@ -57,9 +57,11 @@
icon_state = "scrubpuppy"
/obj/item/toy/plushie/borgplushie/drakiesec
icon = 'icons/obj/drakietoy_vr.dmi'
icon_state = "secdrake"
/obj/item/toy/plushie/borgplushie/drakiemed
icon = 'icons/obj/drakietoy_vr.dmi'
icon_state = "meddrake"
/obj/item/toy/plushie/foxbear
+3 -1
View File
@@ -674,7 +674,9 @@
/obj/item/toy/plushie/foxbear,
/obj/item/toy/plushie/nukeplushie,
/obj/item/toy/plushie/otter,
/obj/item/toy/plushie/vox)
/obj/item/toy/plushie/vox,
/obj/item/toy/plushie/borgplushie/drakiesec,
/obj/item/toy/plushie/borgplushie/drakiemed)
//VOREStation Add End
/obj/random/plushielarge
@@ -142,6 +142,10 @@
/mob/living/silicon/robot/proc/vr_sprite_check()
if(wideborg == TRUE)
if(icontype== "Drake") // Why, Why can't we have normal nice things
icon = 'icons/mob/drakeborg_vr.dmi'
else
icon = 'icons/mob/widerobot_vr.dmi'
return
if((!(original_icon == icon)) && (!(icon == 'icons/mob/robots_vr.dmi')))
original_icon = icon
Binary file not shown.

After

Width:  |  Height:  |  Size: 481 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 MiB

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 717 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.9 KiB

After

Width:  |  Height:  |  Size: 7.2 KiB