Skip to content

Commit

Permalink
hotfeex (#9980)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tsar-Salat authored Oct 9, 2023
1 parent b2aac46 commit 09ea897
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion code/modules/research/nanites/nanite_cloud_controller.dm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@
icon_state = "nanite_cloud_controller"
circuit = /obj/item/circuitboard/computer/nanite_cloud_controller


//these muthafuckas arent supposed to smooth
base_icon_state = null
smoothing_flags = null
smoothing_groups = null
canSmoothWith = null

var/obj/item/disk/nanite_program/disk
var/list/datum/nanite_cloud_backup/cloud_backups = list()
Expand Down

0 comments on commit 09ea897

Please sign in to comment.