mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-09 15:15:34 +01:00
Removed some leftover borg shovel removal code
This commit is contained in:
@@ -117,9 +117,9 @@
|
||||
if(.)
|
||||
for(var/obj/item/pickaxe/drill/cyborg/D in R.model)
|
||||
R.model.remove_module(D, TRUE)
|
||||
for(var/obj/item/shovel/S in R.model)
|
||||
/* for(var/obj/item/shovel/S in R.model)
|
||||
R.model.remove_module(S, TRUE)
|
||||
|
||||
*/
|
||||
var/obj/item/pickaxe/drill/cyborg/diamond/DD = new /obj/item/pickaxe/drill/cyborg/diamond(R.model)
|
||||
R.model.basic_modules += DD
|
||||
R.model.add_module(DD, FALSE, TRUE)
|
||||
|
||||
Reference in New Issue
Block a user