mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 13:37:58 +01:00
Replaces typesof with subtypesof where applicable
This commit is contained in:
@@ -328,7 +328,7 @@
|
||||
if(!check_rights(R_SERVER)) return
|
||||
|
||||
var/list/choice = list()
|
||||
for(var/H in typesof(/datum/holiday) - /datum/holiday)
|
||||
for(var/H in subtypesof(/datum/holiday))
|
||||
choice += "[H]"
|
||||
|
||||
choice += "--CANCEL--"
|
||||
|
||||
Reference in New Issue
Block a user