mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
[PTBF] Example PR: Kill Station Pet (#30650)
* Pet Assassination * Antag rolls * Adjusts weights to equal 1000 * Map deconflict * Linter * Update code/game/gamemodes/objective.dm Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com> Signed-off-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com> --------- Signed-off-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com> Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
This commit is contained in:
co-authored by
DGamerL
parent
d87d280b74
commit
9248c028b1
@@ -218,5 +218,6 @@
|
||||
|
||||
/mob/living/basic/giant_spider/araneus/Initialize(mapload)
|
||||
. = ..()
|
||||
GLOB.station_pets += src
|
||||
AddElement(/datum/element/ai_retaliate)
|
||||
AddElement(/datum/element/pet_bonus, "chitters!")
|
||||
|
||||
@@ -232,6 +232,13 @@
|
||||
. = ..()
|
||||
. |= access_card.GetAccess()
|
||||
|
||||
/mob/living/basic/gorilla/cargo_domestic/forklift
|
||||
name = "Forklift"
|
||||
|
||||
/mob/living/basic/gorilla/cargo_domestic/forklift/Initialize(mapload)
|
||||
. = ..()
|
||||
GLOB.station_pets += src
|
||||
|
||||
/obj/item/card/id/supply/cargo_gorilla
|
||||
name = "cargorilla ID"
|
||||
registered_name = "Cargorilla"
|
||||
|
||||
@@ -67,3 +67,10 @@
|
||||
melee_damage_lower = initial(melee_damage_lower)
|
||||
melee_damage_upper = initial(melee_damage_upper)
|
||||
|
||||
/mob/living/basic/kangaroo/darwin
|
||||
name = "Darwin"
|
||||
real_name = "Darwin"
|
||||
|
||||
/mob/living/basic/kangaroo/darwin/Initialize(mapload)
|
||||
. = ..()
|
||||
GLOB.station_pets += src
|
||||
|
||||
Reference in New Issue
Block a user