mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 07:08:00 +01:00
Fix normal crafted medbots being invisible (#89427)
## About The Pull Request the comment lies, the skin var is no longer null safe medibots crafted with a non-special medkit would give it a null skin, which is no longer supported after they were reskinned ## Why It's Good For The Game 👻 ## Changelog 🆑 fix: crafted medibots are more consistently corporeal /🆑
This commit is contained in:
@@ -447,8 +447,7 @@
|
||||
|
||||
/// Gets what skin (icon_state) this medkit uses for a medbot
|
||||
/obj/item/storage/medkit/proc/get_medbot_skin()
|
||||
// The skin var is nullsafe so returning nothing is A-OK
|
||||
return
|
||||
return "generic"
|
||||
|
||||
/*
|
||||
* Pill Bottles
|
||||
|
||||
Reference in New Issue
Block a user