Merge pull request #5733 from Sharkmare/Unityraptor

Command Raptor Borg
This commit is contained in:
Razgriz
2023-02-15 14:17:44 -07:00
committed by GitHub
3 changed files with 4 additions and 1 deletions
@@ -34,7 +34,8 @@
/obj/item/weapon/robot_module/robot/chound
name = "Unity Hound Module"
sprites = list(
"Kcom" = "kcom"
"Kcom" = "kcom",
"Raptor V-4.1" = "chraptor"
)
channels = list(
"Medical" = 1,
@@ -172,6 +172,8 @@
icon = 'modular_chomp/icons/mob/catborg/catborg.dmi'
else if(icontype == "Raptor V-4") //Added for raptor sprites
icon = 'icons/mob/raptorborg/raptor.dmi'
else if(icontype == "Raptor V-4.1") //CHOMPADDITION: letting us redurect to our raptor dmi
icon = 'modular_chomp/icons/mob/raptor_ch.dmi' //CHOMPADDITION: letting us redurect to our raptor dmi
else
icon = wideborg_dept
return
Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB