Skip to content

Commit

Permalink
Removal of illegal content (#210)
Browse files Browse the repository at this point in the history
## About The Pull Request
Удаляет нелегальный контент из игры

## Why It's Good For The Game
Брух


![image](https://github.com/ss220club/Bandastation/assets/20109643/599a8f89-ed29-4580-882c-857e02d481dd)


![image](https://github.com/ss220club/Bandastation/assets/20109643/c5759487-8f46-4108-bf50-673e8045d31a)
  • Loading branch information
dj-34 authored Jul 30, 2024
1 parent e1be682 commit c49f7cf
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 c49f7cf

Please sign in to comment.