mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-26 06:40:08 +01:00
Merge pull request #5733 from Sharkmare/Unityraptor
Command Raptor Borg
This commit is contained in:
@@ -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 |
Reference in New Issue
Block a user