mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +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/buildstacktype = /obj/item/stack/material/steel
|
||||||
var/buildstackamount = 5
|
var/buildstackamount = 5
|
||||||
|
|
||||||
|
/*
|
||||||
/obj/structure/fans/proc/deconstruct()
|
/obj/structure/fans/proc/deconstruct()
|
||||||
new buildstacktype(loc,buildstackamount)
|
new buildstacktype(loc,buildstackamount)
|
||||||
qdel(src)
|
qdel(src)
|
||||||
@@ -307,7 +308,7 @@ GLOBAL_LIST_EMPTY(unique_deployable)
|
|||||||
return TRUE
|
return TRUE
|
||||||
|
|
||||||
return TRUE
|
return TRUE
|
||||||
|
*/
|
||||||
/obj/structure/fans/tiny
|
/obj/structure/fans/tiny
|
||||||
name = "tiny fan"
|
name = "tiny fan"
|
||||||
desc = "A tiny fan, releasing a thin gust of air."
|
desc = "A tiny fan, releasing a thin gust of air."
|
||||||
|
|||||||
Reference in New Issue
Block a user