The Cook now only works under siege. (#35597)
The chef's CQC skill now only works in the kitchen area
This commit is contained in:
committed by
CitadelStationBot
parent
c52562fed3
commit
5793fe893f
@@ -216,7 +216,7 @@ Cook
|
||||
var/chosen_box = pick(possible_boxes)
|
||||
var/obj/item/storage/box/I = new chosen_box(src)
|
||||
H.equip_to_slot_or_del(I,slot_in_backpack)
|
||||
var/datum/martial_art/cqc/justacook = new
|
||||
var/datum/martial_art/cqc/under_siege/justacook = new
|
||||
justacook.teach(H)
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user