mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 23:58:07 +01:00
Fuck Greytiders: Buffs the Chef's CQC (#57503)
This commit is contained in:
@@ -225,7 +225,7 @@
|
||||
///Subtype of CQC. Only used for the chef.
|
||||
/datum/martial_art/cqc/under_siege
|
||||
name = "Close Quarters Cooking"
|
||||
var/list/valid_areas = list(/area/service/kitchen)
|
||||
var/list/valid_areas = list(/area/service/kitchen, /area/service/cafeteria, /area/service/bar, /area/service/theater)
|
||||
|
||||
///Prevents use if the cook is not in the kitchen.
|
||||
/datum/martial_art/cqc/under_siege/can_use(mob/living/owner) //this is used to make chef CQC only work in kitchen
|
||||
|
||||
Reference in New Issue
Block a user