Skip to content

Commit

Permalink
Removing registration info(for IPC) from ID's until we figure out how…
Browse files Browse the repository at this point in the history
… to make it actual module
  • Loading branch information
VoiceInYourHead committed Jun 6, 2024
1 parent e33a4a4 commit 927538f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mods/_fd/backgrounds/code/factions_ipc.dm
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
var/singleton/cultural_info/faction/ipc/gen = SSculture.get_culture(prefs.cultural_info[TAG_FACTION])
. = istype(gen) ? (job.type in gen.valid_jobs) : ..()

/obj/item/card/id
/*/obj/item/card/id
var/ipc_gen = null
/mob/living/carbon/human/set_id_info(obj/item/card/id/id_card)
Expand All @@ -43,7 +43,7 @@
var/list/dat = list("<table><tr><td>")
if(ipc_gen)
dat += text("Registration: []</A><BR>\n", ipc_gen)
..()
..()*/

/singleton/cultural_info/faction/ipc
economic_power = 0.1
Expand Down

0 comments on commit 927538f

Please sign in to comment.