mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 21:19:00 +01:00
Headrev sechud is now an implant (#28230)
This commit is contained in:
@@ -46,9 +46,9 @@ RESTRICT_TYPE(/datum/antagonist/rev/head)
|
||||
to_chat(revolutionary, "The flash in your [flashloc_name] will help you to persuade the crew to join your cause.")
|
||||
|
||||
if(give_hud)
|
||||
var/obj/item/clothing/glasses/hud/security/chameleon/C = new(get_turf(revolutionary))
|
||||
var/hudloc_name = revolutionary.equip_in_one_of_slots(C, slots)
|
||||
to_chat(revolutionary, "The chameleon security HUD in your [hudloc_name] will help you keep track of who is mindshield-implanted, and unable to be recruited.")
|
||||
var/obj/item/organ/internal/cyberimp/eyes/hud/security/hidden/O = new /obj/item/organ/internal/cyberimp/eyes/hud/security/hidden
|
||||
O.insert(revolutionary)
|
||||
to_chat(revolutionary, "The security HUD implant in your head will help you keep track of who is mindshield-implanted, and unable to be recruited.")
|
||||
|
||||
revolutionary.update_icons()
|
||||
return flashloc_name
|
||||
|
||||
Reference in New Issue
Block a user