mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-27 14:08:44 +01:00
Done stuffs
idk, im no coder
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 |
Reference in New Issue
Block a user