Skip to content

Commit

Permalink
Merge pull request #1 from SPLURT-Station/master
Browse files Browse the repository at this point in the history
Update
  • Loading branch information
Comicao1 authored Feb 7, 2023
2 parents 1f38bab + 3ec53fc commit e5f15e0
Show file tree
Hide file tree
Showing 54 changed files with 875 additions and 258 deletions.
2 changes: 1 addition & 1 deletion _maps/map_files/CogStation/CogStation.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -5133,7 +5133,7 @@
/obj/structure/disposalpipe/trunk{
dir = 8
},
/obj/structure/sign/poster/official/duelshotgun{
/obj/structure/sign/poster/official/bless_this_spess{
pixel_y = -32
},
/turf/open/floor/plasteel,
Expand Down
2 changes: 1 addition & 1 deletion _maps/map_files/FestiveBall/FestiveStation.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -20381,7 +20381,7 @@
/area/edina/street/secondary/command)
"baX" = (
/obj/machinery/computer/prisoner/management,
/obj/structure/sign/poster/official/duelshotgun{
/obj/structure/sign/poster/official/bless_this_spess{
pixel_y = 32
},
/turf/open/floor/wood,
Expand Down
3 changes: 3 additions & 0 deletions code/__SANDCODE/DEFINES/traits.dm
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@
#define TRAIT_INFERTILE "infertile"
/// DNC trait, used to prevent cloning
#define TRAIT_DNC_ORDER "dnc_order"
/// Estrous traits, used for mammalian seasonal arousal systems
#define TRAIT_ESTROUS_ACTIVE "estrous_active"
#define TRAIT_ESTROUS_DETECT "estrous_detect"
2 changes: 0 additions & 2 deletions code/__SPLURTCODE/DEFINES/zeros/traits.dm
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
#define TRAIT_CURSED_BLOOD "cursed_blood" //Yo dawg I heard you like bloodborne references so I put a
#define TRAIT_HEADPAT_SLUT "headpat_slut"
#define TRAIT_DISTANT "headpat_hater"
#define TRAIT_IN_HEAT "in_heat"
#define TRAIT_HEAT_DETECT "heat_detect"
#define TRAIT_ILLITERATE "illiterate"
#define TRAIT_HIDE_BACKPACK "hide_backpack"

Expand Down
5 changes: 5 additions & 0 deletions code/game/machinery/computer/arcade.dm
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ GLOBAL_LIST_INIT(arcade_prize_pool, list(
/obj/item/toy/toy_xeno = ARCADE_WEIGHT_TRICK,
/obj/item/toy/windupToolbox = ARCADE_WEIGHT_TRICK,

// SPLURT EDIT
/obj/item/handmirror/split_personality = ARCADE_WEIGHT_TRICK,
/obj/item/toy/figure/assistant/imaginary_friend = ARCADE_WEIGHT_TRICK,
// END SPLURT EDIT

/mob/living/simple_animal/bot/secbot/grievous/toy = ARCADE_WEIGHT_RARE,
/obj/item/clothing/mask/facehugger/toy = ARCADE_WEIGHT_RARE,
/obj/item/gun/ballistic/automatic/toy/pistol/unrestricted = ARCADE_WEIGHT_TRICK,
Expand Down
Loading

0 comments on commit e5f15e0

Please sign in to comment.