-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* I think i'm good man * А если так? * Так и не понял, почему это "черный список" * Maybe like that? * Okay
- Loading branch information
RaShCAt
authored
Dec 17, 2023
1 parent
f7a73fa
commit 836a096
Showing
5 changed files
with
23 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
#define TFF_BARSIGN_FILE 'tff_modular/modules/barsigns/icons/barsigns.dmi' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
// Modularly copypaste-set the correct icon file | ||
/obj/machinery/barsign/update_icon_state() | ||
. = ..() | ||
// Try to use TFF override | ||
if(istype(chosen_sign, /datum/barsign/fluffy)) | ||
icon = TFF_BARSIGN_FILE | ||
return | ||
|
||
/datum/barsign/fluffy/thelastlight | ||
name = "The Last Light" | ||
icon_state = "lastlight" | ||
neon_color = "#EBB823" | ||
|
||
/datum/barsign/fluffy/afterlife | ||
name = "After Life" | ||
icon_state = "afterlife" | ||
neon_color = "#3bfa74" |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters