add flash protection to structure attack chain test puppet (#31420)

This commit is contained in:
warriorstar-orion
2026-01-11 19:49:56 -05:00
committed by GitHub
parent 8fd14ca095
commit 1cbd93f1bf
2 changed files with 7 additions and 0 deletions
+6
View File
@@ -184,3 +184,9 @@
/datum/test_puppeteer/proc/drop_held_item()
puppet.drop_item_to_ground(puppet.get_active_hand())
/datum/test_puppeteer/proc/add_trait(trait)
ADD_TRAIT(puppet, trait, TRAIT_GENERIC)
/datum/test_puppeteer/proc/remove_trait(trait)
REMOVE_TRAIT(puppet, trait, TRAIT_GENERIC)
@@ -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)