mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 19:44:09 +01:00
add flash protection to structure attack chain test puppet (#31420)
This commit is contained in:
committed by
GitHub
parent
8fd14ca095
commit
1cbd93f1bf
@@ -19,6 +19,7 @@
|
||||
/datum/game_test/room_test/attack_chain_structures/Run()
|
||||
var/datum/test_puppeteer/player = new(src)
|
||||
player.puppet.name = "Player"
|
||||
player.add_trait(TRAIT_FLASH_PROTECTION)
|
||||
|
||||
player.puppet.mind.add_antag_datum(/datum/antagonist/cultist)
|
||||
player.spawn_obj_in_hand(/obj/item/melee/cultblade/dagger)
|
||||
|
||||
Reference in New Issue
Block a user