Merge pull request #27862 from Skyrat-SS13/upstream-merge-83453

[MIRROR] Removes sentient disease
This commit is contained in:
SpaceLoveSs13
2024-05-30 10:27:17 +05:30
committed by GitHub
10 changed files with 0 additions and 1143 deletions
@@ -764,26 +764,6 @@
log_game("[key_name(revenant)] was spawned as a revenant by the midround ruleset.")
return revenant
/// Midround Sentient Disease Ruleset (From Ghosts)
/datum/dynamic_ruleset/midround/from_ghosts/sentient_disease
name = "Sentient Disease"
midround_ruleset_style = MIDROUND_RULESET_STYLE_HEAVY
antag_datum = /datum/antagonist/disease
antag_flag = ROLE_SENTIENT_DISEASE
required_candidates = 1
minimum_players = 25
weight = 4
cost = 8
repeatable = TRUE
/datum/dynamic_ruleset/midround/from_ghosts/sentient_disease/generate_ruleset_body(mob/applicant)
var/mob/camera/disease/virus = new /mob/camera/disease(SSmapping.get_station_center())
virus.key = applicant.key
INVOKE_ASYNC(virus, TYPE_PROC_REF(/mob/camera/disease, pick_name))
message_admins("[ADMIN_LOOKUPFLW(virus)] has been made into a sentient disease by the midround ruleset.")
log_game("[key_name(virus)] was spawned as a sentient disease by the midround ruleset.")
return virus
/// Midround Space Pirates Ruleset (From Ghosts)
/datum/dynamic_ruleset/midround/pirates
name = "Space Pirates"