mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 15:47:15 +01:00
Revert "Rat Trap" (#73539)
Reverts tgstation/tgstation#73159 Pretty sure this wasn't supposed to be merged, considering it disabled a test, a workflow run, and implements an atom New override
This commit is contained in:
@@ -27,7 +27,6 @@
|
||||
response_harm_simple = "splat"
|
||||
|
||||
ai_controller = /datum/ai_controller/basic_controller/mouse
|
||||
var/canon_tag
|
||||
|
||||
/// Whether this rat is friendly to players
|
||||
var/tame = FALSE
|
||||
@@ -38,10 +37,6 @@
|
||||
/// Probability that, if we successfully bite a shocked cable, that we will die to it.
|
||||
var/cable_zap_prob = 85
|
||||
|
||||
/mob/living/basic/mouse/New()
|
||||
. = ..()
|
||||
canon_tag = tag
|
||||
|
||||
/mob/living/basic/mouse/Initialize(mapload, tame = FALSE)
|
||||
. = ..()
|
||||
if(contributes_to_ratcap)
|
||||
|
||||
@@ -89,6 +89,7 @@
|
||||
#include "blindness.dm"
|
||||
#include "bloody_footprints.dm"
|
||||
#include "breath.dm"
|
||||
#include "cable_powernets.dm"
|
||||
#include "card_mismatch.dm"
|
||||
#include "cardboard_cutouts.dm"
|
||||
#include "chain_pull_through_space.dm"
|
||||
|
||||
Reference in New Issue
Block a user