mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-15 01:54:52 +01:00
Merge pull request #52448 from Ryll-Ryll/lowering-the-bar
Lowers the bar for Disk, Please!
This commit is contained in:
@@ -36,8 +36,8 @@
|
||||
shooter.apply_status_effect(STATUS_EFFECT_HOLDUP)
|
||||
target.apply_status_effect(STATUS_EFFECT_HELDUP)
|
||||
|
||||
if(target.job == "Captain" && target.stat == CONSCIOUS && is_nuclear_operative(shooter))
|
||||
if(istype(weapon, /obj/item/gun/ballistic/rocketlauncher) && weapon.chambered)
|
||||
if(istype(weapon, /obj/item/gun/ballistic/rocketlauncher) && weapon.chambered)
|
||||
if(target.stat == CONSCIOUS && is_nuclear_operative(shooter) && !is_nuclear_operative(target) && (locate(/obj/item/disk/nuclear) in target.get_contents()) && shooter.client)
|
||||
shooter.client.give_award(/datum/award/achievement/misc/rocket_holdup, shooter)
|
||||
|
||||
target.do_alert_animation(target)
|
||||
|
||||
Reference in New Issue
Block a user