mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-10 07:30:36 +01:00
more tweaaaks
- mice events were nerfed (mostly the amount spawned atm, along with roundstart too) - added a donator item - buffed dessert infestation event
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
/datum/round_event_control/dessert_infestation
|
||||
name = "Dessert Infestation"
|
||||
typepath = /datum/round_event/dessert_infestation
|
||||
weight = 5
|
||||
max_occurrences = 2
|
||||
min_players = 8
|
||||
weight = 6
|
||||
max_occurrences = 3
|
||||
min_players = 6
|
||||
|
||||
/datum/round_event/dessert_infestation
|
||||
announceWhen = 100
|
||||
|
||||
@@ -151,3 +151,14 @@
|
||||
pixel_x = 0
|
||||
pixel_y = 0
|
||||
return TRUE
|
||||
|
||||
|
||||
//GS13 - a variant of lattice, used for maint wire protection
|
||||
|
||||
/obj/structure/lattice/catwalk/maintenance
|
||||
name = "maint catwalk"
|
||||
desc = "This catwalk seems to be placed in maintenance, in order to protect the wires."
|
||||
anchored = TRUE
|
||||
density = FALSE
|
||||
layer = BELOW_OBJ_LAYER
|
||||
max_integrity = 50
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
weight = 10
|
||||
|
||||
/datum/round_event/mice_migration
|
||||
var/minimum_mice = 5
|
||||
var/maximum_mice = 15
|
||||
var/minimum_mice = 3
|
||||
var/maximum_mice = 8
|
||||
|
||||
/datum/round_event/mice_migration/announce(fake)
|
||||
var/cause = pick("space-winter", "budget-cuts", "Ragnarok",
|
||||
|
||||
@@ -539,7 +539,7 @@ ARRIVALS_SHUTTLE_DOCK_WINDOW 55
|
||||
|
||||
## How many wirechewing rodents you want to spawn on exposed maintenane wires at the start of the round. You may wish to set this to 0 if you're testing powernets.
|
||||
|
||||
MICE_ROUNDSTART 10
|
||||
MICE_ROUNDSTART 3
|
||||
|
||||
## If the percentage of players alive (doesn't count conversions) drops below this threshold the emergency shuttle will be forcefully called (provided it can be)
|
||||
#EMERGENCY_SHUTTLE_AUTOCALL_THRESHOLD 0.2
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 14 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 14 KiB |
@@ -284,3 +284,15 @@ datum/gear/lyricalpawsring
|
||||
category = SLOT_IN_BACKPACK
|
||||
path = /obj/item/book/granter/spell/fattening/steal
|
||||
ckeywhitelist = list("sonoida", "themrsky", "Not Number")
|
||||
|
||||
/obj/item/clothing/glasses/eyepatch/cabal
|
||||
name = "Cabal's Eyepatch"
|
||||
desc = "Vulpine sluts only."
|
||||
icon_state = "eyepatch_white"
|
||||
item_state = "eyepatch_white"
|
||||
|
||||
/datum/gear/white_eyepatch
|
||||
name = "White Eyepatch"
|
||||
category = SLOT_GLASSES
|
||||
path = /obj/item/book/granter/spell/fattening/steal
|
||||
ckeywhitelist = list("spess_lizurd")
|
||||
|
||||
Reference in New Issue
Block a user