mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
Fixes cling sting types not initialising (#13159)
* Fixes cling sting types not initialising * syntax change
This commit is contained in:
@@ -12,7 +12,7 @@ GLOBAL_LIST_EMPTY(sting_paths)
|
||||
return
|
||||
var/datum/changeling/changeling = usr.mind.changeling
|
||||
|
||||
if(!GLOB.sting_paths)
|
||||
if(!GLOB.sting_paths || !GLOB.sting_paths.len)
|
||||
GLOB.sting_paths = init_subtypes(/datum/action/changeling)
|
||||
|
||||
var/dat = create_menu(changeling)
|
||||
|
||||
Reference in New Issue
Block a user