Skip to content

Commit

Permalink
Update nukeop.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCastmer committed Feb 5, 2024
1 parent fb3d38e commit e3bb633
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions code/modules/antagonists/nukeop/nukeop.dm
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
to_chat(owner, span_notice("You are a [nuke_team ? nuke_team.syndicate_name : "syndicate"] agent!"))
owner.announce_objectives()

/*/datum/antagonist/nukeop/on_gain() //dripstation edit
/* //dripstation edit
/datum/antagonist/nukeop/on_gain()
give_alias()
. = ..()
equip_op()
Expand All @@ -50,7 +51,8 @@
var/extra_tc = CEILING(GLOB.joined_player_list.len/5, 5)
var/datum/component/uplink/U = owner.find_syndicate_uplink()
if (U)
U.telecrystals += extra_tc*/ //dripstation edit
U.telecrystals += extra_tc
*/ //dripstation edit



Expand Down

0 comments on commit e3bb633

Please sign in to comment.