implant in your guts (#14312)

This commit is contained in:
Chubbygummibear
2022-06-06 09:30:15 -07:00
committed by GitHub
parent 5d836ba14c
commit 2922c6c66f
6 changed files with 48 additions and 12 deletions

View File

@@ -28,10 +28,11 @@ GLOBAL_LIST_EMPTY(uplinks)
var/failsafe_code
var/debug = FALSE
var/compact_mode = FALSE
///Instructions on how to access the uplink based on location
var/unlock_text
var/list/previous_attempts
/datum/component/uplink/Initialize(_owner, _lockable = TRUE, _enabled = FALSE, datum/game_mode/_gamemode, starting_tc = 20)
/datum/component/uplink/Initialize(_owner, _lockable = TRUE, _enabled = FALSE, datum/game_mode/_gamemode, starting_tc = TELECRYSTALS_DEFAULT)
if(!isitem(parent))
return COMPONENT_INCOMPATIBLE