Skip to content

Commit

Permalink
Removal of illegal content
Browse files Browse the repository at this point in the history
  • Loading branch information
dj-34 committed Jul 30, 2024
1 parent f6964d8 commit 104ec42
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/crayons.dm
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
)
/// List of selectable large options
var/static/list/graffiti_large_h = list(
"furrypride" = CRAYON_COST_LARGE,
//"furrypride" = CRAYON_COST_LARGE, // BANDASTATION REMOVAL
"paint" = CRAYON_COST_LARGE,
"secborg" = CRAYON_COST_LARGE,
"yiffhell" = CRAYON_COST_LARGE,
Expand Down
4 changes: 4 additions & 0 deletions modular_bandastation/balance/code/events.dm
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@
var/obj/structure/closet/supplypod/pod = .
pod.explosionSize = list(1,2,3,3)
return pod

// Holidays Removal
/datum/holiday/pride_week/shouldCelebrate(dd, mm, yyyy, ddd)
return FALSE

0 comments on commit 104ec42

Please sign in to comment.