mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-29 08:11:11 +01:00
Merge pull request #1605 from Verkister/patch-2
Bandaid fix for V-3 borgs
This commit is contained in:
@@ -145,9 +145,10 @@
|
||||
if(custom_sprite == TRUE)
|
||||
return
|
||||
if(wideborg == TRUE)
|
||||
if(icontype== "Drake") // Why, Why can't we have normal nice things
|
||||
|
||||
if(icontype == "Drake") // Why, Why can't we have normal nice things
|
||||
icon = 'icons/mob/drakeborg/drakeborg_vr.dmi'
|
||||
else if(icontype == "SecVale" || icontype == "vale2") //CH edit
|
||||
icon = 'icons/mob/widerobot_vr.dmi'
|
||||
else
|
||||
icon = wideborg_dept
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user