mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
egg
This commit is contained in:
@@ -294,6 +294,7 @@ GLOBAL_LIST_EMPTY(unique_deployable)
|
||||
var/buildstacktype = /obj/item/stack/material/steel
|
||||
var/buildstackamount = 5
|
||||
|
||||
/*
|
||||
/obj/structure/fans/proc/deconstruct()
|
||||
new buildstacktype(loc,buildstackamount)
|
||||
qdel(src)
|
||||
@@ -307,7 +308,7 @@ GLOBAL_LIST_EMPTY(unique_deployable)
|
||||
return TRUE
|
||||
|
||||
return TRUE
|
||||
|
||||
*/
|
||||
/obj/structure/fans/tiny
|
||||
name = "tiny fan"
|
||||
desc = "A tiny fan, releasing a thin gust of air."
|
||||
|
||||
Reference in New Issue
Block a user