Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7f156083f5 | |||
| 39a425e2cd | |||
| 050dcb5cc1 | |||
| f82de944b3 |
Binary file not shown.
|
After Width: | Height: | Size: 4.0 KiB |
@@ -1,15 +1,16 @@
|
||||
/datum/round_event_control/electrical_storm
|
||||
name = "Electrical Storm"
|
||||
typepath = /datum/round_event/electrical_storm
|
||||
earliest_start = 20 MINUTES
|
||||
earliest_start = 30 MINUTES
|
||||
min_players = 5
|
||||
weight = 40
|
||||
max_occurrences = 2
|
||||
category = EVENT_CATEGORY_ENGINEERING
|
||||
description = "Destroys all lights in a large area."
|
||||
|
||||
/datum/round_event/electrical_storm
|
||||
var/lightsoutAmount = 1
|
||||
var/lightsoutRange = 25
|
||||
var/lightsoutRange = 10
|
||||
announce_when = 1
|
||||
|
||||
/datum/round_event/electrical_storm/announce(fake)
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
/mob/living/simple_animal/jacq
|
||||
name = "Jacqueline the Pumpqueen"
|
||||
real_name = "Jacqueline"
|
||||
icon = 'icons/obj/halloween_items.dmi'
|
||||
icon = 'GainStation13/icons/obj/halloween_items.dmi'
|
||||
icon_state = "jacqueline"
|
||||
maxHealth = 25
|
||||
health = 25
|
||||
|
||||
@@ -212,3 +212,20 @@
|
||||
/datum/gear/head/kabuto
|
||||
name = "Kabuto helmet"
|
||||
path = /obj/item/clothing/head/kabuto
|
||||
|
||||
//GS13
|
||||
// /datum/gear/head/rose
|
||||
// name = "Rose"
|
||||
// path = /obj/item/grown/rose
|
||||
|
||||
/datum/gear/head/sunflower
|
||||
name = "Sunflower"
|
||||
path = /obj/item/grown/sunflower
|
||||
|
||||
/datum/gear/head/poppy
|
||||
name = "Poppy"
|
||||
path = /obj/item/reagent_containers/food/snacks/grown/poppy
|
||||
|
||||
/datum/gear/head/harebell
|
||||
name = "Harebell"
|
||||
path = /obj/item/reagent_containers/food/snacks/grown/harebell
|
||||
|
||||
@@ -750,3 +750,10 @@
|
||||
path = /obj/item/clothing/under/rank/civilian/polychromic_clown
|
||||
subcategory = LOADOUT_SUBCATEGORY_UNIFORM_JOBS
|
||||
restricted_roles = list("Clown")
|
||||
|
||||
|
||||
//GS13 stuff
|
||||
|
||||
/datum/gear/uniform/modularjumpsuit
|
||||
name = "Modular Jumpsuit (gray)"
|
||||
path = /obj/item/clothing/under/color/grey/modular
|
||||
|
||||
Reference in New Issue
Block a user